To help you, I need to know:
To run a custom Flutter app, you need a libapp.so file (the compiled Dart code) and flutter_assets folder. Place these in Documents/FlutterMare/Projects/MyApp/ . Then, in the Runner tab, navigate to that directory and hit "Load Snapshot". FlutterMare 1.3.0.apk
adb shell am start -n com.fluttermare.app/.MainActivity --es start_tab "diagnostics" To help you, I need to know: To