air-controller / air-controller-desktop

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

Home Page:http://ac.yhdm360.cn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub (pre-)release Release date Total downloads

中文文档

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

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

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.

Open the desktop application

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.

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.

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.

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.

Submit issue

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

Submit a new bug

Submit a feature request

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

Submit a new feature request

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.

ko-fi

Thanks

AndServer

BLOC

window_manager

contacts-android

Stay In Touch

QQ Group: 329673958

Telegram Channel: AirController

Email: ouyangfeng2016@gmail.com

License

Copyright (c) 2022 Feng Ouyang

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

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

http://ac.yhdm360.cn

License:MIT License


Languages

Language:Dart 95.7%Language:C++ 2.0%Language:CMake 1.5%Language:HTML 0.3%Language:Swift 0.2%Language:C 0.1%Language:Ruby 0.1%