- 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 7 commits
-
-
fzyzcjy authored
-
chunhtai authored
* Add fadeDuration back to TextSelectionOverlay * fix build and add dart fix * format * add test
-
Jonah Williams authored
-
Justin McCandless authored
-
Taha Tesser authored
-
Michael Goderbauer authored
-
Anthony authored
[Material] Use InkSparkle for splashFactory in ThemeData when useMaterial3 is true for Android non-web runtimes (#99882) [Material] Use InkSparkle for splashFactory in ThemeData when useMaterial3 is true for Android non-web runtimes (#99882)
-
- 17 Mar, 2022 17 commits
-
-
Jonah Williams authored
-
Justin McCandless authored
-
Dan Field authored
Fixes #86590
-
Jesús S Guerrero authored
-
Danny Tuppeny authored
-
Darren Austin authored
-
Christopher Fujino authored
-
Kate Lovett authored
-
jellynoone authored
-
Liam Appelbe authored
-
Christopher Fujino authored
-
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
-
Emmanuel Garcia authored
-
Chris Bracken authored
This changes the default build architectures for Flutter macOS apps to x86_64 and arm64. Previously, we manually excluded arm64 builds via the EXCLUDE_ARCHS Xcode setting in Flutter's generated xcconfig file. This eliminates setting EXCLUDE_ARCHS during the build and updates the default architectures in the tool and in the macos_assemble.sh wrapper. Issue: https://github.com/flutter/flutter/issues/97681 Umbrella issue: https://github.com/flutter/flutter/issues/60113
-
Kate Lovett authored
-
Brian Quinlan authored
-
Harsh Bhikadia authored
-
- 16 Mar, 2022 6 commits
-
-
Taha Tesser authored
-
Gary Qian authored
-
Zachary Anderson authored
This reverts commit 509ddfda.
-
Emmanuel Garcia authored
-
moko256 authored
-
iroiroys authored
-
- 15 Mar, 2022 3 commits
-
-
Sahaj Rana authored
* Add 'mouseCursor' to TextFormField Added 'mouseCursor' to TextFormField. Related issue: https://github.com/flutter/flutter/issues/99770 * added test for 'mouseCursor' in TextFormField. added test for 'mouseCursor' in TextFormField. * Update packages/flutter/test/material/text_form_field_test.dart Co-authored-by: Tong Mu <dkwingsmt@users.noreply.github.com> * Update packages/flutter/test/material/text_form_field_test.dart Co-authored-by: Tong Mu <dkwingsmt@users.noreply.github.com> * Minor update: Added a space. * Removed icon & minor updates. Co-authored-by: Tong Mu <dkwingsmt@users.noreply.github.com>
-
Lau Ching Jun authored
-
Jonah Williams authored
-
- 14 Mar, 2022 6 commits
-
-
Jesse authored
-
LongCatIsLooong authored
-
Emmanuel Garcia authored
-
Christopher Fujino authored
-
Jonathan Joelson authored
-
Valentin Marquis authored
-