
* Roll Flutter Engine from 67254d6e4b03 to 8d83b98c55b3 * Roll Dart SDK from 35a9facce191 to e517487c5679 (Dart 3.0) (#38105) * Bump SDK versions. * Bump Dart SDK version constraints * Update shrine package to 2.0.1 (null safe version) * Fix more tests. * Include patches from Jason for min android sdk version * Fix analyzer warning
Forbidden from release tests
This program compiles the Dart portions of a Flutter application to the
AOT format used for release builds, and verifies that debugging related types
are not retained. By default, it uses the //examples/hello_world
application
in this repository.
This harness is invoked from dev/bots/test.dart
. By default it uses the
examples/hello_world.dart
as if it were being compiled for Android arm64
release. New forbidden types may be added by adding more --forbidden-type
options in the runForbiddenFromReleaseTests
method in dev/bots/test.dart