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.
This commit is contained in:
@@ -1 +1 @@
|
||||
1.23.0-dev.11.11
|
||||
1.24.0-dev.3.0
|
||||
|
||||
@@ -108,7 +108,7 @@ void main() {
|
||||
// Make sure the imports are not marked as unused.
|
||||
${importRefs.toString().trim()}
|
||||
|
||||
runApp(new GalleryApp());
|
||||
runApp(const GalleryApp());
|
||||
}
|
||||
''';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user