flutter/examples/layers/widgets
Greg Spencer 55289324c6
Remove nullOk in MediaQuery.of (#68736)
Adds MediaQuery.maybeOf to replace calling MediaQuery.of(context, nullOk: true), and removes the nullOk parameter. Also changes MediaQuery.of to return a non-nullable value, and removes many instances of the ! operator, reducing the possible places where a null dereference could occur.
2020-10-28 07:56:41 -07:00
..
custom_render_box.dart Migrate all of examples/layers to sound null safety (#68744) 2020-10-22 13:33:07 -07:00
gestures.dart Migrate all of examples/layers to sound null safety (#68744) 2020-10-22 13:33:07 -07:00
hello_world.dart License update (#45373) 2019-11-27 15:04:02 -08:00
media_query.dart Remove nullOk in MediaQuery.of (#68736) 2020-10-28 07:56:41 -07:00
sectors.dart Migrate all of examples/layers to sound null safety (#68744) 2020-10-22 13:33:07 -07:00
spinning_mixed.dart Migrate all of examples/layers to sound null safety (#68744) 2020-10-22 13:33:07 -07:00
spinning_square.dart Migrate all of examples/layers to sound null safety (#68744) 2020-10-22 13:33:07 -07:00
styled_text.dart Migrate all of examples/layers to sound null safety (#68744) 2020-10-22 13:33:07 -07:00