Commit graph

15310 commits

Author SHA1 Message Date
Shi-Hao Hong 2eee5ae949
[State Restoration] RestorableBoolN (#71653) 2020-12-15 17:53:04 -08:00
Yegor 67908dfb80
Reschedule engine frame if it arrives in the middle of warm-up (#72115)
* Reschedule engine frame if it arrives in the middle of warm-up

* user post-frame callback instead
2020-12-15 16:54:52 -08:00
xster 795b23ef44
Fix cupertino icons mapping which was misaligned by 1 (#72384) 2020-12-15 16:21:27 -08:00
Jesse 6471a34de2
Cleanup nullability for ImplicitlyAnimatedWidgetState (#72091) 2020-12-15 15:43:05 -08:00
Jenn Magder 84a7a611b0
Launch named iOS simulators (#72323) 2020-12-15 15:06:47 -08:00
Justin McCandless d2d0c73f89
Migrated docs to nnbd (#72307) 2020-12-15 15:05:40 -08:00
Justin McCandless 34d4c7fe01
Migrated docs to nnbd (#72305)
Simply part of the movement to get our docs aligned with NNBD.
2020-12-15 14:30:07 -08:00
xster 4ed3432e8f
let NOTICES be double gzip wrapped to reduce on-disk installed space (#71899) 2020-12-15 13:29:14 -08:00
Kate Lovett e9a8315fd2
Remove deprecated CupertinoTextThemeData.brightness (#72017) 2020-12-15 12:48:04 -08:00
Jenn Magder 1129e6f86c
Move embedding and linking macOS Flutter frameworks into the tool (#72372) 2020-12-15 12:05:44 -08:00
Kenzie Schmoll 94a30ddcbb
Add text to --analyze-size command output to launch DevTools with size data (#72295)
* Add text to --analyze-size command output to launch DevTools with size data.
2020-12-15 11:06:10 -08:00
Kate Lovett b145a53395
Remove Scrollbar.isAlwaysShown assert based on Scrollbar.controller (#72316) 2020-12-15 10:53:04 -08:00
Justin McCandless 7d2e3a1859
Material Text Selection Toolbar improvements (#69428)
Exposes the ability to create custom Material text selection toolbar menus, and cleans up the code around these menus.
2020-12-15 08:59:08 -08:00
Jenn Magder 617c57bc95
Flutter clean Flutter.podspec (#72306) 2020-12-14 19:13:03 -08:00
Darren Austin 30718a134f
Migrate some more material doc samples to null safety. (#72303) 2020-12-14 19:08:04 -08:00
Darren Austin b9cfe053d6
Migrate some material doc samples to null safety. (#72297) 2020-12-14 19:03:05 -08:00
Greg Spencer 0351c74aeb
Make web buttons respond to enter key (#72162) 2020-12-14 18:58:03 -08:00
Michael Goderbauer c9cb43ce1a
Migrate the first batch of API samples to null safety (#72169) 2020-12-14 11:20:45 -08:00
Justin McCandless fb3dba74b7
Correct text selection pivot points (#71756) 2020-12-14 11:18:05 -08:00
Justin McCandless a42aa04826
Remove duplicate setState in TextFormFieldState.reset (#69062)
Small performance optimization by removing a duplicate setState call.
2020-12-14 10:26:52 -08:00
hy cd294666bf
Add --dart-define option support to build aar command (#71829) 2020-12-14 10:21:01 -08:00
Kenzie Schmoll cd452286ab
Launch DevTools from pub instead of devtools_server (#71737)
* Launch DevTools from pub instead of devtools_server
2020-12-14 10:12:42 -08:00
Alex Li 63062a6443
Deprecate maxLengthEnforced for text fields (#72043) 2020-12-13 23:19:13 +08:00
Gary Qian a76bb1a08e
Add DynamicFeature system channel (#71879) 2020-12-11 23:17:51 -08:00
Jenn Magder 79a514382c
Allow plugins to support bitcode (#72151) 2020-12-11 14:56:52 -08:00
Michael Goderbauer c8d5f6a951
Fix api doc to fix tree (#72159) 2020-12-11 14:07:07 -08:00
chunhtai 58081821ab
Editable text should call onSelectionChanged when selection changes a… (#72011) 2020-12-11 13:53:04 -08:00
Jenn Magder a48a57d369
macos_content_validation_test integration test (#72114) 2020-12-11 13:52:02 -08:00
Mitesh Singh 49e50762c0
AdoptAWidget: PageView (#71174) 2020-12-11 15:48:48 -06:00
Kate Lovett 770a9b25d9
Updated Interactive Scrollbars (#71664) 2020-12-11 13:48:05 -08:00
Alabhya 8182c1a522
Added dartpad examples for SliverAppBar (#69781) 2020-12-11 13:43:05 -08:00
Michael Goderbauer ff05ca2503
Prepare to migrate API doc samples and snippets to null safety (#72040) 2020-12-11 13:39:36 -08:00
xubaolin abcfdfb92c
fix some unit test cases(ink_well_test.dart) bug (#70447)
This change fixes some bugs in ink_well_test.dart.
2020-12-11 11:23:19 -08:00
Sergio Eric 1219dd7b62
AdoptAWidget: PreferredSizeWidget (#69539)
Added 2 dartpad examples of PreferredSizeWidget usage
2020-12-11 10:23:23 -08:00
Todd Volkert a1070e4f4c
Revert "Remove duplicate code in Element.rebuild() and BuildOwner.buildScope() (#71940)" (#72120)
This reverts commit c8f07aad56.
2020-12-10 23:24:21 -08:00
Michael Goderbauer 8df56056b4
Revert "Constrain width/hight when asking child for intrinsics (#71880)" (#72102)
This reverts commit ceca634e98.
2020-12-10 17:03:56 -08:00
Chris Yang d447141bac
[flutter_tools] update message for flutter create -t plugin when no --platforms specified (#71962) 2020-12-10 15:15:55 -08:00
Michael Goderbauer 78cbfbff42
Revert "Migrate devicelab to package:vm_service (#71882)" (#72092)
This reverts commit 9d1d0cfeb5.
2020-12-10 12:56:02 -08:00
Dan Field 9d1d0cfeb5
Migrate devicelab to package:vm_service (#71882) 2020-12-10 12:43:04 -08:00
Daniel Edrisian bff0ec470a
Add footer to CupertinoFormSection and fix CupertinoFormSection margins. (#72046) 2020-12-10 10:58:04 -08:00
LongCatIsLooong 0938b8a022
Add autofill troubleshooting tips to autofillHints documentation (#70321) 2020-12-10 10:48:02 -08:00
Jia Hao c2bfb7b348
[integration_test] Wrap pumped widgets with a RepaintBoundary (#70368) 2020-12-09 16:33:04 -08:00
Alex Li 135a8c22b1
Introduce MaxLengthEnforcement (#68086) 2020-12-10 07:31:59 +08:00
gabber235 635dfc3e4f
Draggable: onDragUpdate callback (#68185) 2020-12-09 14:58:04 -08:00
houyushan d12098da8a
Fix a ConstantTween's clerical error and Add some Tween testcases. (#71830) 2020-12-09 14:48:03 -08:00
Michael Goderbauer ceca634e98
Constrain width/hight when asking child for intrinsics (#71880) 2020-12-09 14:42:19 -08:00
Jenn Magder be1325f18b
Add integration_test to integration tests build shard (#71934) 2020-12-09 13:07:36 -08:00
Emmanuel Garcia f172c827cb
Ensure apps can build while using AGP 3.3.0 (#71964) 2020-12-09 12:58:05 -08:00
David Martos 56716f61a2
Chip theme label style is merged with the provided label style (#70687) 2020-12-09 11:28:05 -08:00
Jenn Magder d553aa06c7
Revert "Reland Move embedding and linking macOS Flutter frameworks into the tool (#71965)" (#72012)
This reverts commit 0b6b3eecfe.
2020-12-09 11:19:49 -08:00