royorange / flutter_app_hybrid

Flutter hybrid application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Flutter hybrid application


Languages

Language:Dart 63.9%Language:Shell 13.9%Language:Java 13.0%Language:Swift 4.7%Language:Kotlin 4.0%Language:Objective-C 0.4%