dev/integration_tests/ios_host_app/README.md
Used by the module_test_ios.dart device lab test.
iOS host app for a Flutter module created using
$ flutter create -t module hello
and placed in a sibling folder to (a clone of) the host app.
flutterapp/lib/marquee.dart and flutterapp/lib/main.dart
must be copied into the new module lib for platform unit tests
to pass.
This application demonstrates some basic functionality for Add2App, along with a native iOS ViewController as a baseline and to demonstrate interaction.
flutter create template (NativeViewController.m).A few key things are tested here (FlutterUITests.m):