Commit f21abb6e authored by Phil Quitslund's avatar Phil Quitslund Committed by GitHub

Bump Dart SDK to `1.24.0-dev.3.0`. (#10110)

* Bump Dart SDK to `1.24.0-dev.3.0`.

* Fix (mega) gallery creation.
parent d94ae089
......@@ -108,7 +108,7 @@ void main() {
// Make sure the imports are not marked as unused.
${importRefs.toString().trim()}
runApp(new GalleryApp());
runApp(const GalleryApp());
}
''';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment