marcio-pessoa / axes_controller

Axes Controller
GNU General Public License v2.0
1 stars 0 forks source link

Axes Controller

Axes Controller is a cross-platform robot controller written in Flutter.

Supported platforms:

Platforms to be tested:

Screenshots

Configuration on Android

Controlling device on Ubuntu Linux

Selecting device on macOS

Building

Open Source Licenses

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

Launcher icons

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.

Splash screen

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.

Build number (optional)

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 -