mirror of
https://github.com/flutter/samples.git
synced 2026-04-07 20:21:51 +00:00
Landing beta changes in master for the new stable release (#747)
This commit is contained in:
@@ -57,7 +57,7 @@ String generateRandomHeadline() {
|
||||
}
|
||||
|
||||
assert(false, 'Failed to generate news headline');
|
||||
return null;
|
||||
return 'Failed to generate news headline';
|
||||
}
|
||||
|
||||
List<MaterialColor> getRandomColors(int amount) {
|
||||
|
||||
Reference in New Issue
Block a user