This currently requires a local build of the engine. Run "flutter build aot" to build an AOT snapshot. Run "flutter build apk --profile" to build a "profile mode" APK that uses AOT.
Flutter tools
Tools for building Flutter applications.
To run the tests:
- pub get
- pub run test