/flutter_app_hybrid

Flutter hybrid application

Primary LanguageDart

flutter_app_hybrid

Flutter hybrid application.
The native project should located in of android/ios folder.

It's possible to use gitsubmodule to manage android/ios native project.

Android

  1. build aar file
  2. depoly to local or remote dependency

Build Setup

# Android
# production mode
./build_flutter
# dev mode
./build_flutter dev

If you want to debug in flutter project, run flutter run(add --flavor if you need )
Some native project may change the output of the apk, you have to adb install then run flutter attach, unless you modify the flutter_tools