flutter/dev/integration_tests/flutter_gallery/lib/demo
Greg Spencer de884f1afe
Remove the nullOk parameter from Navigator.of and add Navigator.maybeOf (#70726)
Adds Navigator.maybeOf to replace calling Navigator.of(context, nullOk: true), and removes the nullOk parameter. Also changes Navigator.of to return a non-nullable value, and removes many (120!) instances of the ! operator, reducing the possible places where a null dereference could occur.
2020-11-20 09:10:46 -08:00
..
animation Migrate Flutter Gallery test to null safety (#70116) 2020-11-09 12:29:14 -08:00
calculator [devicelab] update hot reload benchmark to be more representative (#70643) 2020-11-18 14:54:01 -08:00
cupertino Remove the nullOk parameter from Navigator.of and add Navigator.maybeOf (#70726) 2020-11-20 09:10:46 -08:00
fortnightly Migrate Flutter Gallery test to null safety (#70116) 2020-11-09 12:29:14 -08:00
material Remove the nullOk parameter from Navigator.of and add Navigator.maybeOf (#70726) 2020-11-20 09:10:46 -08:00
shrine Remove the nullOk parameter from Navigator.of and add Navigator.maybeOf (#70726) 2020-11-20 09:10:46 -08:00
transformations Remove the nullOk parameter from Navigator.of and add Navigator.maybeOf (#70726) 2020-11-20 09:10:46 -08:00
all.dart Move flutter_gallery to the testing folder (#52532) 2020-03-16 10:31:42 +01:00
animation_demo.dart Migrate Flutter Gallery test to null safety (#70116) 2020-11-09 12:29:14 -08:00
calculator_demo.dart Migrate Flutter Gallery test to null safety (#70116) 2020-11-09 12:29:14 -08:00
colors_demo.dart Migrate Flutter Gallery test to null safety (#70116) 2020-11-09 12:29:14 -08:00
contacts_demo.dart Migrate Flutter Gallery test to null safety (#70116) 2020-11-09 12:29:14 -08:00
images_demo.dart Move flutter_gallery to the testing folder (#52532) 2020-03-16 10:31:42 +01:00
pesto_demo.dart Migrate Flutter Gallery test to null safety (#70116) 2020-11-09 12:29:14 -08:00
shrine_demo.dart Migrate Flutter Gallery test to null safety (#70116) 2020-11-09 12:29:14 -08:00
typography_demo.dart Migrate Flutter Gallery test to null safety (#70116) 2020-11-09 12:29:14 -08:00
video_demo.dart Remove the nullOk parameter from Navigator.of and add Navigator.maybeOf (#70726) 2020-11-20 09:10:46 -08:00