mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
The dart revision 1ad11facec401ed51a8bdf79dafd77e955b23082 (rolled in https://github.com/flutter/engine/pull/8459) is causing engine-to-framework roll failure for the following two reasons: 1. analyze error: marked @mustCallSuper but does not invoke the overridden method 2. `flutter build aot` failure for examples/hello_world in build_tests-macos The 1. is likely due to1ad11facecand it easy to fix in the framework. However, the 2. is likely due todbfd00f44dwhich I'm not sure how to fix. TBR: bkonyi
This directory includes scripts and tools for continuous integration tests.