- 05 Apr, 2022 1 commit
-
-
gaaclarke authored
* Added a bool that allows us to limit debugProfileBuildsEnabled to user created widgets. * made it turned on by default * switched to hashmap * Cleaned everything up and added tests * fixed an odd test where it wants to be able to add asserts and run in profile mode * hixie feedback * hixie2 * made it default to false * updated docstring as per dans request
-
- 04 Apr, 2022 3 commits
-
-
Greg Spencer authored
Implements a PlatformMenuBar widget and associated data structures for defining menu bars that use native APIs for rendering. This PR includes: A PlatformMenuBar class, which is a widget that menu bar data can be attached to for sending to the platform. A PlatformMenuDelegate base, which is the type taken by a new WidgetsBinding.platformMenuDelegate. An implementation of the above in DefaultPlatformMenuDelegate that talks to the built-in "flutter/menu" channel to talk to the built-in platform implementation. The delegate is so that a plugin could override with its own delegate and provide other platforms with native menu support using the same widgets to define the menus. This is the framework part of the implementation. The engine part will be in flutter/engine#32080 (and flutter/engine#32358)
-
chunhtai authored
* Fix crashes when current route parsing transactions are discarded * refactor * update
-
- 31 Mar, 2022 4 commits
-
-
Taha Tesser authored
-
Taha Tesser authored
-
Darren Austin authored
-
- 30 Mar, 2022 6 commits
-
-
Michael Goderbauer authored
-
Taha Tesser authored
Fix `LicensePage` too much spacing padding when `applicationVersion` and `applicationLegalese` are empty (#101030)
-
Taha Tesser authored
Fix `IconTheme` is not inherited when `Icon` is provided to `ListTile.title` and `ListTile.subtitle` (#100757)
-
Pierre-Louis authored
* update icons * add test
-
Greg Spencer authored
-
Emmanuel Garcia authored
-
- 29 Mar, 2022 4 commits
-
-
chunhtai authored
-
Zachary Anderson authored
This reverts commit 61c30eed.
-
Emmanuel Garcia authored
-
gaaclarke authored
-
- 28 Mar, 2022 4 commits
-
-
Daniel Agbemava authored
-
Andrei Diaconu authored
-
Taha Tesser authored
`CupertinoSegmentedControl`/`CupertinoSlidingSegmentedControl`: Add clickable cursor for web (#99551)
-
Taha Tesser authored
-
- 26 Mar, 2022 1 commit
-
-
Alex Li authored
-
- 25 Mar, 2022 11 commits
-
-
Michael Goderbauer authored
-
fzyzcjy authored
Fix `FollowerLayer` (`CompositedTransformFollower`) has null pointer error when using with some kinds of `Layer`s (#100672)
-
LongCatIsLooong authored
-
Taha Tesser authored
`Tooltip`: Add an example for `TooltipTriggerMode.manual` and add tests for existing `Tooltip` examples (#100554)
-
-
Alex Li authored
-
Tyler Holland authored
* Add ability to customize Drawer width * Fix formatting * More formatting * Formatting again * Add width to DrawerThemeData and add associated tests * Fix test formatting
-
chunhtai authored
* Editable text sends enableInteractiveSelection to text input client * addressing comments
-
Justin McCandless authored
Fixes a crash that can happen when removing an input field immediately after cut.
-
xubaolin authored
* ++ * ++ * ++ * ++ * codereview feedback * ++
-
- 24 Mar, 2022 3 commits
-
-
fzyzcjy authored
-
chunhtai authored
-
Emmanuel Garcia authored
This reverts commit d92fedcc.
-
- 23 Mar, 2022 3 commits
-
-
Taha Tesser authored
Move `ListTileTheme` and its tests into separate classes and add `visualDensity` to the `ListTileTheme` (#100622)
-
CHAHBOUN Mohammed authored
-
Darren Austin authored
-