项目作者: marcio-pessoa

项目描述 :
aXes Controller (e.g. robot controller)
高级语言: Python
项目地址: git://github.com/marcio-pessoa/xc.git
创建时间: 2018-10-19T19:01:45Z
项目社区:https://github.com/marcio-pessoa/xc

开源协议:GNU General Public License v2.0

下载


Axes Controller

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

Supported platforms:

  • Android
  • Linux

Platforms to be tested:

  • macOS
  • Windows

Screenshots

Configuration on Android

Controlling device on Ubuntu Linux

Selecting device on macOS

Building

Requirements

Flutter 3.27.4

Open Source Licenses

Use the command bellow to update Open Source Licenses list file:

  1. 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:

  1. 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:

  1. 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:

  1. cd .git/hooks/
  2. ln -s ../../.pre-commit pre-commit
  3. cd -