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
Jenn Magder
0b6b3eecfe
Reland Move embedding and linking macOS Flutter frameworks into the tool ( #71965 )
2020-12-09 09:46:53 -08:00
Zachary Anderson
52ea6c2a31
[flutter_tool] Fix crash in update-packages ( #71950 )
2020-12-09 08:51:10 -08:00
Todd Volkert
c8f07aad56
Remove duplicate code in Element.rebuild() and BuildOwner.buildScope() ( #71940 )
...
Element.rebuild() and BuildOwner.buildScope() both had code to
manager the `BuildOwner._debugCurrentBuildTarget` state variable.
Unfortunately, only one of the two places was using a try/finally
to ensure that the state variable was restored even if an error
was thrown.
This creates a private method to unify the copy/pasted code.
2020-12-08 17:58:28 -08:00
Jenn Magder
c88ab79bd2
Revert "Move embedding and linking macOS Flutter frameworks into the tool ( #71764 )" ( #71951 )
...
This reverts commit 70f8fdeeed .
2020-12-08 15:28:30 -08:00
Todd Volkert
7ec3f6bdf9
Make FocusManager configurable in BuildOwner ( #71872 )
2020-12-08 12:42:39 -08:00
Jenn Magder
70f8fdeeed
Move embedding and linking macOS Flutter frameworks into the tool ( #71764 )
2020-12-08 11:59:17 -08:00
houyushan
4217ce443b
Fix the duration assertion error for the _animateToInternal method and refine the error description ( #71137 )
2020-12-08 11:53:03 -08:00
Michael Goderbauer
ed5229e57b
Remove isMaterialAppTheme property ( #71861 )
2020-12-08 09:18:07 -08:00
Pierre-Louis
5bae3b5db3
Add previews for CupertinoIcons ( #71853 )
2020-12-08 09:13:07 -08:00
Pierre-Louis
a51b8e4309
Fix text direction logic for material icon variants ( #71852 )
2020-12-08 09:08:05 -08:00
Amit Patil
2cb652600c
showDialog assertion for non-null builder or child property ( #71838 )
2020-12-08 09:03:03 -08:00
Ayush Bherwani
995aa138cd
[ExpansionPanel] Exposes color property of MaterialSlice ( #71657 )
2020-12-07 19:48:02 -08:00
Shi-Hao Hong
7cb2834a8b
StandardMethodCodec.decodeEnvelope should allow null error message ( #71807 )
...
* StandardMethodCodec.decodeEnvelope should allow null error message
2020-12-08 08:04:30 +08:00
Jenn Magder
61d4524527
Stop using Xcode build settings in materialized Info.plist ( #71870 )
2020-12-07 15:32:47 -08:00
Michael Goderbauer
ad88369569
Doc fixes for dry layout ( #71868 )
2020-12-07 15:13:18 -08:00
Jenn Magder
03013ce42a
Remove manual Flutter linking for iOS projects ( #71862 )
2020-12-07 13:49:11 -08:00
Dan Field
02eab12fd3
Reland "Add integration_test template to create template ( #70240 )" ( #71660 )" ( #71740 )
2020-12-07 13:38:03 -08:00
Jenn Magder
8612065909
Update integration_test README for iOS ( #71859 )
2020-12-07 12:48:03 -08:00