- 08 Jan, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 05 Jan, 2021 1 commit
-
-
xubaolin authored
-
- 03 Dec, 2020 1 commit
-
-
xubaolin authored
-
- 20 Nov, 2020 1 commit
-
-
Greg Spencer authored
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.
-
- 18 Nov, 2020 2 commits
-
-
Jonah Williams authored
update hot reload benchmark to be more representative
-
Chinmoy authored
-
- 16 Nov, 2020 1 commit
-
-
tiya authored
-
- 12 Nov, 2020 1 commit
-
-
Jason Simmons authored
This allows the two videos in the demo to play simultaneously (matching the behavior from before the recent upgrade to the video player plugin)
-
- 09 Nov, 2020 1 commit
-
-
Emmanuel Garcia authored
-
- 07 Nov, 2020 2 commits
-
-
Michael Thomsen authored
This reverts commit 7ba775a9.
-
Emmanuel Garcia authored
-
- 03 Nov, 2020 1 commit
-
-
Emmanuel Garcia authored
-
- 17 Oct, 2020 1 commit
-
-
xster authored
-
- 16 Oct, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 14 Oct, 2020 1 commit
-
-
Kate Lovett authored
-
- 07 Oct, 2020 2 commits
-
-
Hans Muller authored
-
Justin McCandless authored
-
- 06 Oct, 2020 1 commit
-
-
Hans Muller authored
-
- 24 Sep, 2020 1 commit
-
-
Darren Austin authored
Complete the migration to the TextSelectionTheme by deprecating the opt-in flag and text selection properties in ThemeData. (#66482)
-
- 16 Sep, 2020 1 commit
-
-
Michael R Fairhurst authored
-
- 02 Sep, 2020 1 commit
-
-
Pedro Massango authored
-
- 14 Aug, 2020 1 commit
-
-
MH Johnson authored
-
- 13 Aug, 2020 1 commit
-
-
Konstantin Scheglov authored
-
- 11 Aug, 2020 6 commits
-
-
Hans Muller authored
Updated old button references in dev/integration_tests/flutter_gallery ... full_screen_dialog_demo (#63491)
-
Hans Muller authored
Updated old button references in dev/integration_tests/flutter_gallery ... transformation_demo (#63432)
-
Hans Muller authored
-
Hans Muller authored
-
Hans Muller authored
-
Hans Muller authored
-
- 28 Jul, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 02 Jul, 2020 1 commit
-
-
Pierre-Louis authored
-
- 19 Jun, 2020 3 commits
-
-
Christopher Fujino authored
Re-land "Deprecate WhitelistingTextInputFormatter and BlacklistingTextInputFormatter (#59120)" (#59876) This relands #59120, which was reverted in #59870.
-
Christopher Fujino authored
Revert "Deprecate WhitelistingTextInputFormatter and BlacklistingTextInputFormatter (#59120)" (#59870) This reverts commit 8665e138.
-
Ian Hickson authored
-
- 17 Jun, 2020 1 commit
-
- 31 May, 2020 1 commit
-
-
Mehmet Fidanboylu authored
This reverts commit cd593dae.
-
- 29 May, 2020 1 commit
-
-
liyuqian authored
* Add clipBehavior to RenderFlex * Add clipBehavior to FittedBox * Add clipBehavior to Flex and FittedBox * Add clipBehavior to UnconstrainedBox * Add clipBehavior to Stack and Wrap * Add clipBehavior to TextEditable * Add clipBehavior to ListWheelScrollView * Add clipBehavior to SingleChildScrollView * Add clipBehavior to RenderViewportBase's widgets Those widgets are NestedScrollView and ShrinkWrappingViewport. * Fix tests * Remove enum Overflow and fix typo * Remove clipToSize * Analyze fix * Remove Mixin and other small fixes * Fix tests and respect Stack's default clipBehavior * Add Overflow back to make it non-breaking * Restore clipBehavior to make it non-breaking * Small fixes * Fix rebase
-
- 27 Apr, 2020 2 commits
-
-
Jose Alba authored
-
Jose Alba authored
* Instead of changing test I just flipped flag so the test uses the proper slider * Use Depracated annotation * Updated depracation notice * Updated depracation notice again * Ignore analyze issues * flutter analyze . * ignore analyzer * // ignore: deprecated_member_use * Ignoring notice * indentation
-
- 20 Apr, 2020 1 commit
-
-
Jose Alba authored
-