Commit Graph

18842 Commits

Author SHA1 Message Date
Kate Lovett
3fd3447f96 Add PrioritizedIntents to support multiple shortcut configurations (#72560) 2021-01-05 16:02:44 -06:00
Sam Rawlins
542084d088 Remove "unnecessary" imports. (#73340) 2021-01-05 12:44:03 -08:00
Sam Rawlins
81cc99c8d2 Remove "unnecessary" imports. (#73344) 2021-01-05 12:24:03 -08:00
nturgut
985e5ff324 [web] add web-renderer option to flutter test. run web tests with this option (#73069)
* add web-renderer option to flutter test. run web tests with this option

* remove debug lines
2021-01-05 10:57:01 -08:00
chunhtai
5113c50a36 improve error message for navigator page api (#73153) 2021-01-05 10:54:04 -08:00
Amit Patil
119e0ea149 circleAvatar: foreground Image uses background Image as a fall-back (#71783)
* foregroundImage property added

* fixed documentaion nits

* test for fallback to background image on foreground image failover

* golden test
2021-01-05 10:29:10 -08:00
Shi-Hao Hong
a912030982 [gen_l10n] Use l10n.yaml file instead of command line arguments if it exists (#72950)
* Reorganize files

* Use l10n.yaml instead of command line args
2021-01-05 11:50:32 +08:00
Pierre-Louis
47e3e75b07 Improve Cupertino docs (#72927)
* Add 'See also' to cupertino library

* Add snippets to CupertinoApp

* Add CupertinoPageScaffold samples

* Revert "Add CupertinoPageScaffold samples"

This reverts commit 01b0adf351f0320af7835551102d62e3416f0eab.

* Revert "Revert "Add CupertinoPageScaffold samples""

This reverts commit 0af506237a16f7fec5f3744a9bd015a511a15f72.

* Add CupertinoNavigationBar sample

* Tweak CupertinoPageScaffold sample

* Don't use Material in cupertino samples

* Fix colors

* Fix capitalization

Co-authored-by: Shi-Hao Hong <shihaohong@google.com>

* Apply suggestions from code review

Co-authored-by: Shi-Hao Hong <shihaohong@google.com>

* Add comment about backgroundColor

Co-authored-by: Shi-Hao Hong <shihaohong@google.com>
2021-01-04 23:09:02 +01:00
Chinmoy
c53058d8ed Fixed typo in icon theme (#73247) 2021-01-04 08:24:02 -08:00
Shi-Hao Hong
4d663472e2 [gen_l10n] Improve status message when untranslated messages are still present (#72944) 2021-01-04 01:54:02 -08:00
Shi-Hao Hong
0b6af5aabb Navigator assert on non restorable routes returned by onGenerateInitialRoutes (#73082) 2020-12-31 12:09:02 -08:00
Shi-Hao Hong
efc84ab1ec Fix type issue with RestorableNumN (and its subclasses) (#72862)
* Fix type issue with restorableN values
2020-12-31 10:00:55 +08:00
LongCatIsLooong
05a80eb80e Handle infinite/NaN rects in Hero flights. Less exclamation marks. (#72946) 2020-12-30 15:34:04 -08:00
Chinmoy
3bacfedb5c Removed mouseCursor property from list of not null properties (#73138) 2020-12-30 14:49:03 -08:00
Kenzie Schmoll
5b1aa60a46 Enable structured errors by default. (#72446)
* Enable structured errors by default.
2020-12-29 12:06:41 -08:00
LongCatIsLooong
4220e00fff Revert "squash commits (#68166)" (#73067) 2020-12-29 11:39:04 -08:00
xubaolin
337290e66d fix a RenderSliverFixedExtentBoxAdaptor Exception (#72922) 2020-12-29 11:34:02 -08:00
Jenn Magder
f08b1ae637 Avoid broken symlinks in embedded Flutter frameworks (#73052) 2020-12-28 14:39:02 -08:00
LongCatIsLooong
ce0ec01f64 squash commits (#68166) 2020-12-28 12:29:02 -08:00
Mahdi
8f5d0371af TextField's hintText should support TextDirection. (#69534)
* TextField's hintText should support TextDirection.

There are many cases for RTL languages that the TextField's label is RTL but the input direction is LTR (e.g. email address). Therefore we may need to change the directionality of the hintText.

* Update input_decorator.dart

* Adds hintTextDirection tests.

* React to reviewer's comments.

* Fixes two more analysis issues.
2020-12-25 23:37:36 -08:00
Todd Volkert
5f46931a8f Add widget of the week videos (#72945) 2020-12-25 17:29:02 -08:00
Todd Volkert
d61d7758ed Add comment to RenderColoredBox.paint() (#72526) 2020-12-24 21:42:25 -08:00
creativecreatorormaybenot
19a835498e Correct typos in RenderParagraph (#72930) 2020-12-24 21:24:03 -08:00
xubaolin
e0417b5e0f RefreshIndicator should not be shown when overscroll occurs due to inertia (#72132) 2020-12-23 18:29:02 -08:00
chunhtai
6f4d84cf97 improve error message when herocontroller is shared by multiple navig… (#72904) 2020-12-23 18:04:02 -08:00
Shi-Hao Hong
867698439f [NNBD] Migrate sample code pt 5 (#72845) 2020-12-23 17:44:02 -08:00
Shi-Hao Hong
b21e08c801 [NNBD] Migrate sample code pt 4 (#72842) 2020-12-23 17:39:03 -08:00
Shi-Hao Hong
691d05da98 [NNBD] Migrate sample code pt 3 (#72837) 2020-12-23 17:34:05 -08:00
Darren Austin
4219dea6e0 Migrated some more widgets doc comments to null safety. (#72838) 2020-12-23 17:24:04 -08:00
Kate Lovett
0b02410892 Migrate more sample code to nnbd (#72829) 2020-12-23 17:19:04 -08:00
Darren Austin
a6117269c6 Migrated some services and widgets doc comments to null safety. (#72792) 2020-12-23 17:14:04 -08:00
Jenn Magder
6118eaa0de Check for iOS simulator SDK during AOT validation instead of assuming x86 (#72834) 2020-12-23 15:36:20 -08:00
Kate Lovett
27f29e75ca Fix scrollbar config for hover events (#72833) 2020-12-23 15:29:02 -08:00
Kate Lovett
3abb9e5008 Remove deprecated showDialog.child (#72532) 2020-12-23 15:09:01 -08:00
Michael Goderbauer
5eabfc2447 Allow nullable tweens in TweenAnimationBuilder (#72476) 2020-12-23 12:09:02 -08:00
Shi-Hao Hong
ce048ee8e6 [NNBD] Migrate sample code pt 1 (#72794) 2020-12-22 17:04:03 -08:00
ahyangnb
501a23ab19 Unprefixes the class with the "new" keyword (#72772) 2020-12-22 16:59:04 -08:00
Kate Lovett
6ad6c0f4dc Migrate some sample code (#72558) 2020-12-22 16:54:03 -08:00
Ritvij Kumar Sharma
2e8faec09a Fixed issue for SliverAppBar collapsedHeight (#72300) 2020-12-22 16:49:04 -08:00
Shi-Hao Hong
dafc13f11d [NNBD] Migrate sample code pt 2 (#72798) 2020-12-22 16:44:10 -08:00
Chinmoy
3cd1166a65 Added mainAxisExtent to SliverGridDelegateWithFixedCrossAxisCount and SliverGridDelegateWithMaxCrossAxisExtent (#71376) 2020-12-22 16:44:05 -08:00
Sameer Kashyap
8eeef821ff Added Tabar Code samples (#70379) 2020-12-22 16:39:06 -08:00
Darren Austin
d622e5de4b Migrated some cupertino doc comments to null safety. (#72766) 2020-12-22 10:24:08 -08:00
Ben Konyi
620a8284f8 Catch StateError and output more useful error message when DDS fails to start (#72736) 2020-12-22 10:24:04 -08:00
Shi-Hao Hong
af1c629def [State Restoration] Adds remaining Restorable{Property}N (#72708) 2020-12-22 10:19:04 -08:00
Justin McCandless
0f5b79a250 Nnbd docs updates for various widgets (#72389) 2020-12-22 10:14:03 -08:00
Kate Lovett
32741c0ec8 Migrate sample code to NNBD (#72755) 2020-12-21 16:34:02 -08:00
Kate Lovett
d4da441e53 Apply physics boundary to scrollbar dragging (#72741) 2020-12-21 16:24:03 -08:00
Jacob Moura
3335bcbe40 Fix navigator 2.0 in Flutter Web (#72207) 2020-12-21 16:19:05 -08:00
Justin McCandless
4e3b01152e InteractiveViewer Scale Jump (#71497) 2020-12-21 16:14:05 -08:00