Axes Controller is a cross-platform robot controller written in Flutter.
Supported platforms:
- Android
- Linux
Platforms to be tested:
- macOS
- Windows
Use the command bellow to update Open Source Licenses list file:
flutter pub run flutter_oss_licenses:generate.dart --output lib/static/oss_licenses.dart
After changing settings (file: pubspec.yaml
, session flutter_icons
), run the following command in the terminal:
flutter pub run flutter_launcher_icons:main
When the package finishes running, your icons are ready.
After changing settings (file: pubspec.yaml
, session flutter_native_splash
), run the following command in the terminal:
flutter pub run flutter_native_splash:create
When the package finishes running, your splash screen is ready.
This step is just for project contributors.
The build number is automatically updated on each git commit. To enable the build number auto increment, please follow the steps below on your development environment:
cd .git/hooks/
ln -s ../../.pre-commit pre-commit
cd -