Commit Graph

15177 Commits

Author SHA1 Message Date
Jonah Williams
a264c2bee2 [flutter_tools] do not validate unused services key (#71417) 2020-12-01 09:53:41 -08:00
Jonah Williams
1c4791e604 [flutter_tools] update some web configuration defaults (#71433) 2020-12-01 09:53:35 -08:00
Jonah Williams
5d201a35aa [flutter_tools] allow hiding web server device, provide flags to re-enable (#71434) 2020-12-01 09:53:27 -08:00
Chris Yang
0a08f8afff [flutter_tools] Display "no platforms" message based on results when creating plugins project (#70215) 2020-12-01 09:53:07 -08:00
xubaolin
2b85eeed14 Let SnackBar inherit themeData from its ancestor (#70080) 2020-12-01 09:48:10 -08:00
Justin McCandless
3217906efb Handle setting TextEditingController text to null (#68638) 2020-12-01 09:48:07 -08:00
Bikram Pandit
dc432d78db Add detection of drawer open and close in Scaffold widget as a callback method. (#67249) 2020-12-01 09:43:06 -08:00
Pierre-Louis
a7f5fd5360 Update documentation link (#71401) 2020-11-30 13:14:13 +01:00
Pierre-Louis
183f0e797a Update FAB elevation to match spec (#69312)
* Update floating_action_button.dart

* Fix default hover elevation

* revert letter spacing change

* add test

* Update floating_action_button.dart

* Update floating_action_button_test.dart
2020-11-26 19:12:28 +01:00
Jia Hao
8de72126e9 [flutter_tools] Don't fail copying files if the destination is not writable (#71215) 2020-11-25 15:48:03 -08:00
Juyeong Lee
9806865b49 Add dartpad sample for AnimatedPadding (#71050) 2020-11-25 13:43:05 -08:00
creativecreatorormaybenot
508c4b4d29 Correct flutter_test flutter_test_configuration.dart documentation (#70862) 2020-11-25 13:38:05 -08:00
creativecreatorormaybenot
57d0f924c4 [flutter] Update package README (#70968) 2020-11-25 12:58:03 -08:00
Andrey Kabylin
e118e1a623 fix #24469 and #67354 (#69668) 2020-11-25 09:28:03 -08:00
Christopher Fujino
96d330a204 Revert "Revert "Implement dryLayout for RenderAnimatedSize (#71097)" (#71180)" (#71185)
This reverts commit 358f9b0ee6.
2020-11-24 16:29:39 -08:00
Christopher Fujino
358f9b0ee6 Revert "Implement dryLayout for RenderAnimatedSize (#71097)" (#71180)
This reverts commit b18f1b81fe.
2020-11-24 15:46:58 -08:00
Michael Goderbauer
b18f1b81fe Implement dryLayout for RenderAnimatedSize (#71097) 2020-11-24 12:28:04 -08:00
Jenn Magder
9bbc2177ec Move Flutter.podspec to add-to-app project template (#71103) 2020-11-24 10:16:09 -08:00
Jenn Magder
e6bd95bc5c Use module Profile scheme when profiling (#70896) 2020-11-23 14:10:58 -08:00
Jenn Magder
3379435185 iOS aot assembly requires SDK root (#71094) 2020-11-23 14:10:10 -08:00
Hans Muller
89a7bf7791 Remove private OutlinedButton default outline geometry class (#70975) 2020-11-23 14:03:47 -08:00
Jenn Magder
3a479e7efd Rename SdkType -> EnvironmentType (#71095) 2020-11-23 14:03:03 -08:00
Amir Hardon
7df04fdbd3 Revert "Migrate template to Gradle 6.7 and AGP 4.1.0 (#70808)" (#71096)
This reverts commit 8e73bab94c.
2020-11-23 12:27:36 -08:00
Darren Austin
8737472af1 Exposed the YearPicker as a public API again to match the previous API. (#71061) 2020-11-23 12:18:18 -08:00
Masaaki Kakimoto(柿本匡章)
accedc6794 Add current version to the upgrade message of the Flutter tool (#68421) 2020-11-23 12:08:53 -08:00
Yazeed AlKhalaf
bcdee0ac74 🚀 AdoptAWidget: IgnorePointer (#70185)
*  Add IgnorePointer Widget dartpad

* 🐛 Fix grammatical issues in docs of IgnorePointer

*  Remove trailing spaces
2020-11-23 09:45:37 -08:00
Anurag Roy
5fbbd73a76 [FloatingActionButtonLocation] Add diagrams to documentation of FloatingActionButtonLocation (#70184) 2020-11-23 09:43:05 -08:00
GodHyum
20b68c28a2 FloatingActionButton always keeps the same position when FloatingActionButtonLocation is top. (#64746) 2020-11-23 09:38:03 -08:00
Chulwoo Park
de56c6ad72 Remove unnecessary argument from Row and Column constructor comments (#71041) 2020-11-22 12:28:06 -08:00
Jonah Williams
cf6c33e58a [flutter_tools] fix port leak in flutter_driver (#70999) 2020-11-21 14:04:01 -08:00
Per Classon
226532b157 [Material] Add selection control themes (#70311) 2020-11-21 03:08:04 -08:00
Emmanuel Garcia
61dfbfe105 Wait for Android plugin to load before configuring plugin dependency (#70970) 2020-11-20 18:03:39 -08:00
Michael Goderbauer
7a3a29e71f Fixes Intrinsics for RenderParagraph and RenderWrap (#70656) 2020-11-20 17:24:58 -08:00
Kate Lovett
63e328f7f0 Fix pointer scroll for nested NeverScrollables (#70953) 2020-11-20 17:18:04 -08:00
Jonah Williams
974661924b [flutter_tools] disable SWR optimization on dev (#70912) 2020-11-20 16:27:21 -08:00
Darren Austin
c5f8edd9ee Material Date Picker code restructure (#70708)
Date Picker restructuring. Moved files out of 'pickers' and merged several of the non-public implementation files into date_picker.dart.
2020-11-20 15:20:09 -08:00
Ian Hickson
d4b871e1a7 Minor documentation fixes (#70501) 2020-11-20 14:28:03 -08:00
Jonah Williams
613a959878 only use code single path for verification of target file existence (#70962) 2020-11-20 14:17:11 -08:00
Chris Yang
ffe5197e19 refactor (#70959) 2020-11-20 13:13:04 -08:00
Emmanuel Garcia
8e73bab94c Migrate template to Gradle 6.7 and AGP 4.1.0 (#70808) 2020-11-20 13:05:35 -08:00
Jonah Williams
c07661cbc5 [flutter_tools] share bootstrap module between run and test (#70903) 2020-11-20 12:11:24 -08:00
Jonah Williams
1efb36035e [flutter_tools] display message for current null safety mode (#70718) 2020-11-20 11:53:02 -08:00
Chris Yang
4e88f6a103 flutter_tools: refactor CreateCommand. (#70874) 2020-11-20 10:58:03 -08:00
Jenn Magder
c2d1203f26 Remove deprecated 'flutter build aot' (#70898) 2020-11-20 10:46:12 -08:00
J-P Nurmi
e51183763b [flutter_tools] deploy version.json asset on Linux (#69920) 2020-11-20 10:23:04 -08:00
Per Classon
a9b4c1454b [Material] Decoration for DataTable is not used inside PaginatedDataTable (#70603) 2020-11-20 09:13:05 -08:00
Greg Spencer
de884f1afe Remove the nullOk parameter from Navigator.of and add Navigator.maybeOf (#70726)
Adds Navigator.maybeOf to replace calling Navigator.of(context, nullOk: true), and removes the nullOk parameter. Also changes Navigator.of to return a non-nullable value, and removes many (120!) instances of the ! operator, reducing the possible places where a null dereference could occur.
2020-11-20 09:10:46 -08:00
Anurag Roy
05dadb0120 [flutter_tools] Make flutter upgrade --verify-only display framework version differences instead of commit hashes (#69420) 2020-11-19 18:03:05 -08:00
Kate Lovett
f4a0511e8b Re-land 'Default Keyboard ScrollActions with PrimaryScrollController' (#70893) 2020-11-19 17:48:04 -08:00
Jonah Williams
a76289bb1b [flutter_tools] run web unit tests in sound null safety (#70799) 2020-11-19 16:49:05 -08:00