Mobile Flutter apps
In addition to iOS and Android native integration, your Flutter app must also perform the following:
Call AppfigurateLibrary.initialize()
in main()
and wait for it to return.
Dart main.dart example
Now jump to Info.plist options and AndroidManifest.xml options.
Last updated