- 22 Dec, 2022 1 commit
-
-
Justin McCandless authored
Updates the iOS text selection toolbar to look like iOS 16 (reland)
-
- 14 Dec, 2022 1 commit
-
-
Tomasz Gucio authored
-
- 09 Dec, 2022 1 commit
-
-
Callum Moffat authored
-
- 01 Dec, 2022 1 commit
-
-
Justin McCandless authored
This reverts commit 1cb16a1e.
-
- 29 Nov, 2022 1 commit
-
-
Justin McCandless authored
Updates the text selection toolbar on iOS light mode to match changes in native iOS 16.
-
- 28 Oct, 2022 1 commit
-
-
Justin McCandless authored
* Can show context menus anywhere in the app, not just on text. * Unifies all desktop/mobile context menus to go through one class (ContextMenuController). * All context menus are now just plain widgets that can be fully customized. * Existing default context menus can be customized and reused.
-
- 25 Oct, 2022 1 commit
-
-
Taha Tesser authored
-
- 24 Aug, 2022 1 commit
-
-
Newton Michael authored
-
- 15 Aug, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 13 Aug, 2022 1 commit
-
-
Greg Spencer authored
Landing on red to green the build.
-
- 12 Aug, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 07 Jun, 2022 1 commit
-
-
takashi kasai authored
Fix for text selection toolbar position in cases with overflowing text.
-
- 31 May, 2022 1 commit
-
-
Alexandre Ardhuin authored
* more const immutable classes * more const constructors in dev/ and examples/
-
- 25 May, 2022 1 commit
-
-
Pierre-Louis authored
* Use `curly_braces_in_flow_control_structures` for `animation` * Use `curly_braces_in_flow_control_structures` for `cupertino` * fix comments
-
- 14 Apr, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 08 Feb, 2022 1 commit
-
-
Jonah Williams authored
-
- 21 Jan, 2022 1 commit
-
-
Alberto authored
-
- 08 Oct, 2021 1 commit
-
-
nt4f04uNd authored
-
- 01 Oct, 2021 1 commit
-
-
Ian Hickson authored
-
- 25 Jun, 2021 1 commit
-
-
Dan Field authored
-
- 21 Apr, 2021 1 commit
-
-
Phil Quitslund authored
-
- 01 Apr, 2021 1 commit
-
-
Chris Bracken authored
-
- 30 Mar, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 24 Mar, 2021 1 commit
-
-
xubaolin authored
-
- 18 Mar, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 06 Mar, 2021 1 commit
-
-
Ian Hickson authored
-
- 26 Jan, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 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.
-
- 12 Jan, 2021 1 commit
-
-
Sam Rawlins authored
-
- 21 Nov, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 28 Oct, 2020 1 commit
-
-
Greg Spencer authored
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.
-
- 23 Oct, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 21 Oct, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 15 Oct, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 09 Oct, 2020 1 commit
-
-
Matej Knopp authored
-
- 08 Oct, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 24 Sep, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 21 Aug, 2020 1 commit
-
-
Todd Volkert authored
The remaining uses of this pattern were all due to wanting to have the child's slot when `Element.forgetChild()` was called. However, when that method is called, the child's `slot` value is still valid in the context of the parent, so the uses can just use `child.slot`. This is the final round of cleanup from the fallout of #63269
-
- 20 Aug, 2020 2 commits
-
-
Todd Volkert authored
-
Todd Volkert authored
This reverts commit ce40de69. (this re-applies #64189 by reverting #64249)
-