I try to specify an entrypoint function in a specific file to launch a Flutter screen from my iOS APP, I follow the doc but get an error:
Dart Error: Dart_LookupLibrary: library 'hh.dart' not found.
This is my code in Xcode:
flutterEngine.run(withEntrypoint: "hhPage", libraryURI: "hh.dart")
and partial directory structure in the flutter module:
lib/
├─ main.dart
└─ hh.dart