Files
flutter/dev/integration_tests/release_smoke_test
Jason Simmons 4e6e61dfd5 Retain the toString method for subclasses of Key in profile/release mode (#149926)
toString methods are removed in AOT builds by the optimization in https://github.com/flutter/flutter/pull/144763

This PR disables that for Key subclasses because some applications rely on the previous behavior.

Fixes https://github.com/flutter/flutter/issues/148983
2024-06-10 16:06:02 +00:00
..
2019-06-18 11:06:09 -07:00
2024-06-03 22:15:41 +00:00
2019-06-18 11:06:09 -07:00

release_smoke_test

A simple Flutter project used in CI to test that a release app can build and run on a physical device.