- 07 Oct, 2022 1 commit
-
-
Greg Spencer authored
-
- 07 Sep, 2022 1 commit
-
-
Kenzie Davisson authored
-
- 25 Aug, 2022 1 commit
-
-
Jonah Williams authored
-
- 17 Aug, 2022 1 commit
-
-
Camille Simon authored
-
- 16 Aug, 2022 2 commits
-
-
Jonah Williams authored
This reverts commit ff9fe356.
-
Camille Simon authored
-
- 10 Aug, 2022 1 commit
-
-
chunhtai authored
-
- 02 Aug, 2022 1 commit
-
-
Anthony Oleinik authored
* added Magnifier for iOS and Android
-
- 29 Jul, 2022 1 commit
-
-
Greg Spencer authored
-
- 22 Jul, 2022 1 commit
-
-
Jonah Williams authored
-
- 13 Jul, 2022 1 commit
-
-
Jonah Williams authored
-
- 12 Jul, 2022 1 commit
-
-
Jonah Williams authored
-
- 24 May, 2022 1 commit
-
-
chunhtai authored
* Support global selection * addressing comments * add new test * Addressing review comments * update * addressing comments * addressing comments * Addressing comments * fix build
-
- 15 Apr, 2022 1 commit
-
-
chunhtai authored
-
- 14 Apr, 2022 1 commit
-
- 13 Apr, 2022 1 commit
-
-
chunhtai authored
-
- 04 Apr, 2022 1 commit
-
-
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)
-
- 24 Mar, 2022 1 commit
-
-
chunhtai authored
-
- 02 Feb, 2022 1 commit
-
-
Andrei Diaconu authored
-
- 03 Dec, 2021 3 commits
-
-
Michael Goderbauer authored
-
Michael Goderbauer authored
This reverts commit 988959da.
-
Michael Goderbauer authored
-
- 08 Nov, 2021 1 commit
-
-
Hans Muller authored
-
- 05 Nov, 2021 1 commit
-
-
Hans Muller authored
-
- 04 Nov, 2021 1 commit
-
-
Hans Muller authored
-
- 03 Nov, 2021 1 commit
-
-
LongCatIsLooong authored
-
- 07 Sep, 2021 1 commit
-
-
Justin McCandless authored
Simplifying and refactoring parts of RenderEditable. Functionality is the same.
-
- 29 Jul, 2021 1 commit
-
-
Tong Mu authored
-
- 28 Jul, 2021 1 commit
-
- 26 Jul, 2021 1 commit
-
-
Tong Mu authored
-
- 21 Apr, 2021 1 commit
-
-
Phil Quitslund authored
-
- 14 Apr, 2021 1 commit
-
-
Hans Muller authored
-
- 13 Apr, 2021 1 commit
-
-
Hans Muller authored
This reverts commit 17870d5d.
-
- 12 Apr, 2021 1 commit
-
-
Hans Muller authored
-
- 11 Mar, 2021 1 commit
-
-
Justin McCandless authored
Text editing shortcuts involving the arrow keys are no longer handled by RenderEditable's RawKeyboardListener, they use the new Shortcuts setup. First PR in a plan to port all text editing keyboard handling to shortcuts.
-
- 23 Jan, 2021 1 commit
-
-
Darren Austin authored
Introduced new widget/ReorderableList and widget/SliverReorderableList widgets.
-
- 21 Jan, 2021 1 commit
-
-
Justin McCandless authored
Very simple right-click context menu for Windows and Linux in a Material-esque style.
-
- 13 Jan, 2021 1 commit
-
-
Justin McCandless authored
* Making a custom iOS-style text selection menu is now much easier. * Exposes a new widget for the toolbar, a new widget for the buttons, and a new widget for the layout.
-
- 27 Oct, 2020 1 commit
-
-
Justin McCandless authored
A new widget that chooses an item from a list based on text input. Just the core widget, with Material and Cupertino versions to come.
-
- 15 Sep, 2020 1 commit
-
-
Alexandre Ardhuin authored
* Reland "Nnbd widgets (#64672)" This reverts commit 127e6790. * remove non-nullable enforcement on AsyncSnapshot * make data param non-nullable for AsyncSnapshot.withData * make some Text params non-nullable
-