droplet-js / air-controller-desktop

A new handy and powerful Android phone assistant, powered by Flutter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AirController

中文文档

AirController is a powerful, handy, and cross-platform desktop application, it can manage your android phone easily without connecting to a computer.

Inspired by HandShaker, I hope it becomes your favorite android assistant app on Linux and macOS.

Preview

How to use

  1. Install the latest AirController mobile app on your Android phone.

Open the link below and choose the latest version apk file to install.

https://github.com/air-controller/air-controller-mobile/releases

  1. Install the latest AirController desktop app on your computer.

Open the link below and choose the latest file to install.

https://github.com/air-controller/air-controller-desktop/releases

  • Windows users choose the exe suffix file, please.

  • Linux users choose the AppImage suffix file, please.

  • macOS users choose the dmg suffix file, please.

  1. Open the desktop application

  2. Make sure your phone and computer have been connected to the same network, and open the application on your phone.

That's all, enjoy it!

Build and run.

  1. Install the latest Flutter SDK on your computer.

This project is developed with the Flutter framework, You should install Flutter first on your computer.

Make sure:

  • You have installed the latest Flutter SDK.

  • You have installed the latest Dart SDK.

  • Run command "flutter doctor" and no errors are output.

  1. Install dependencies and add desktop support.

Use the command flutter pub get to install dependencies.

Use the command flutter config --enable-<platform>-desktop to add desktop support.

Use a specific platform name to replace the string "--" in the middle.

Eg: flutter config -enable-linux-desktop to add support for the Linux platform.

  1. Build

The build command is flutter build <platform>.

Same as above, use a specific platform name to replace the string "", then you will get the final binary file.

Attention: you need to build it on the computer running the same platform. Eg: Building a Windows platform binary file needs to use a Windows PC.

Feedback

If you got any questions when using this app, please click the link below and submit the issue detail, I will fix it quickly.

https://github.com/air-controller/air-controller-desktop/issues

Feature Suggestion

If you want more features, just tell me by issue, please.

https://github.com/air-controller/air-controller-desktop/issues

Support

I will really appreciate it if you want to support me. For now, just star me please, that's a big support for me.

If you are a UI designer, and you can provide me with a better design resource, that will be perfect.

Support Me

Stay In Touch

QQ Group: 329673958

Telegram Channel: AirController

Email: ouyangfeng2016@gmail.com

About

A new handy and powerful Android phone assistant, powered by Flutter.

License:MIT License


Languages

Language:Dart 94.4%Language:C++ 2.9%Language:CMake 2.0%Language:Swift 0.3%Language:C 0.2%Language:Ruby 0.2%