- 21 Apr, 2022 1 commit
-
-
Abhishek Ghaskata authored
-
- 19 Apr, 2022 2 commits
-
-
Wyte Krongapiradee authored
-
xubaolin authored
-
- 18 Apr, 2022 4 commits
-
-
Bruno Leroux authored
-
Taha Tesser authored
-
Taha Tesser authored
-
Taha Tesser authored
-
- 15 Apr, 2022 1 commit
-
-
Jenn Magder authored
-
- 14 Apr, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 12 Apr, 2022 3 commits
-
-
Daniel Agbemava authored
-
Michael Goderbauer authored
-
Ahmed Masoud authored
-
- 09 Apr, 2022 1 commit
-
-
Darren Austin authored
-
- 08 Apr, 2022 3 commits
-
-
Michael Goderbauer authored
-
Greg Spencer authored
This updates the examples for PhysicalKeyboardKey and LogicalKeyboardKey to use Focus widgets that handle the keys instead of using RawKeyboardListener, since that usually leads people down the wrong path. Updated the See Also and added tests as well. Also exposed the `physicalKey` attribute for `tester.sendKeyEvent`.
-
Anna Gringauze authored
* Run update-packages * Update DwdsLauncher, disable failing test * Fix analyze error Co-authored-by:
Jenn Magder <magder@google.com>
-
- 05 Apr, 2022 1 commit
-
-
Jenn Magder 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)
-
- 30 Mar, 2022 1 commit
-
-
Pierre-Louis authored
* Update theme_extension.1.dart * empty commit * update color names to be semantic
-
- 29 Mar, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 26 Mar, 2022 1 commit
-
-
Greg Spencer authored
-
- 25 Mar, 2022 2 commits
-
-
Christopher Fujino authored
-
Taha Tesser authored
`Tooltip`: Add an example for `TooltipTriggerMode.manual` and add tests for existing `Tooltip` examples (#100554)
-
- 22 Mar, 2022 1 commit
-
-
Darren Austin authored
-
- 21 Mar, 2022 1 commit
-
-
Pierre-Louis authored
* first pass * x * x * address feedback * support multiple extensions * add convenience function, Object ⇒ dynamic, lerping * remove not-useful comment * fix examples/api lower sdk constraint * remove trailing spaces * remove another pesky trailing space * improve lerp * address feedback * hide map implementation from constructor and copyWith * use iterableproperty * Revert "hide map implementation from constructor and copyWith" This reverts commit a6994af0046e3c90dbc9405cac628feb5b2d3031. * slow down sample * make theme extension params required * add null check * improve documentation * fix hashCode and operator == overrides * modify existing tests * remove trailing spaces * add all tests except lerping * fix lerping bug * add toString to themeExtension example * add lerping test * assume non-nullability in example * address feedback * update docs * remove trailing space * use Map.unmodifiable
-
- 18 Mar, 2022 1 commit
-
-
Daniel Agbemava authored
-
- 17 Mar, 2022 1 commit
-
-
Yegor authored
* [web] roll Chromium dep to 96.2 Roll Chromium 96.2. This is the second attempt to roll it. The previous attempt (https://github.com/flutter/flutter/pull/99725) failed due to a LUCI cache issue. * cache-bust CIPD dependency by changing its name * specify chrome_and_driver version in canvaskit tests * fix CRC corruption in kTransparentImage
-
- 11 Mar, 2022 1 commit
-
-
Zachary Anderson authored
This reverts commit 0d4b73b2.
-
- 10 Mar, 2022 2 commits
- 08 Mar, 2022 2 commits
-
-
Chris Bracken authored
This patch adds an additional check to ensure the target length of a string is within the supported maximum string length prior to calling WideCharToMultiByte/MultiByteToWideChar in the Windows runner template. This is to prevent resize() from failing if called with a count > std::string::max_size(). According to Win32 API docs (WideCharToMultiByte, MultiByteToWideChar) it's the caller responsibility to make sure the buffers are correctly allocated. Authored by: Tomasz Gucio <tgucio@gmail.com>
-
Mahesh Jamdade authored
-
- 07 Mar, 2022 1 commit
-
-
Jonah Williams authored
-
- 04 Mar, 2022 1 commit
-
-
Viren Khatri authored
-
- 03 Mar, 2022 3 commits
-
-
Michael Goderbauer authored
-
Taha Tesser authored
Part of #72926
-
Michael Goderbauer authored
-
- 02 Mar, 2022 1 commit
-
-
Kate Lovett authored
-
- 01 Mar, 2022 1 commit
-
-
Mahesh Jamdade authored
-
- 28 Feb, 2022 1 commit
-
-
Alberto authored
-