Skip to content

ly0/air-controller-mobile

 
 

Repository files navigation

AirController

Original Repo: https://github.com/air-controller/air-controller-mobile

中文文档

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/ly0/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/ly0/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/ly0/air-controller-desktop/issues

Feature Suggestion

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

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

About

AirController's GREAT, I made it a little greater. :)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 94.1%
  • JavaScript 3.8%
  • HTML 2.1%