flutter/dev/integration_tests/flutter_gallery/lib/demo
Ian Hickson d19fb632ec
Allow date pickers to not have selected date (#132343)
This enables our various date picker classes to have a null `initialDate`.

It also fixes the logic of some of the widgets which used to do something when you _changed_ the `initial*` parameters, which is wrong for `initial*` properties (they by definition should only impact the initial state) and wrong for properties in general (behaviour should not change based on whether the widget was built with a new value or not, that violates the reactive design principles).

Fixes https://github.com/flutter/flutter/issues/638.
2023-08-17 23:45:57 +00:00
..
animation Reland "Remove single-view assumption from ScrollPhysics (#117503)" (#117916) 2023-01-03 21:34:08 +00:00
calculator Remove 1745 decorative breaks (#123259) 2023-03-22 21:12:22 +00:00
cupertino Revert of #120385 (#132167) 2023-08-08 16:16:52 -07:00
fortnightly Enable use_colored_box lint (#117370) 2022-12-20 14:09:55 -08:00
material Allow date pickers to not have selected date (#132343) 2023-08-17 23:45:57 +00:00
shrine Revert of #120385 (#132167) 2023-08-08 16:16:52 -07:00
transformations implement Iterator and Comparable instead of extending them (#123282) 2023-03-23 17:10:31 +00:00
all.dart Move flutter_gallery to the testing folder (#52532) 2020-03-16 10:31:42 +01:00
animation_demo.dart Prepare flutter_gallery for use_super_parameters (#100515) 2022-03-28 16:04:22 -07:00
calculator_demo.dart Prepare flutter_gallery for use_super_parameters (#100515) 2022-03-28 16:04:22 -07:00
colors_demo.dart Deprecate 2018 text theme parameters (#109817) 2022-08-22 20:00:34 +00:00
contacts_demo.dart Dev, examples/api, etc updated for Material 3 by default (#129683) 2023-06-28 09:41:58 -07:00
images_demo.dart Prepare flutter_gallery for use_super_parameters (#100515) 2022-03-28 16:04:22 -07:00
pesto_demo.dart Update Gallery demo app themes for Material3 compatibility (#131093) 2023-07-24 15:06:07 +00:00
shrine_demo.dart Prepare flutter_gallery for use_super_parameters (#100515) 2022-03-28 16:04:22 -07:00
typography_demo.dart Deprecate 2018 text theme parameters (#109817) 2022-08-22 20:00:34 +00:00
video_demo.dart Unify analysis options (#108462) 2022-07-28 09:07:49 -07:00