Commit graph

21626 commits

Author SHA1 Message Date
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
engine-flutter-autoroll 13ce828e32
Roll Engine from 850bfb5ca3e9 to 6ed357c8b3cb (2 revisions) (#71165) 2020-11-24 12:23:04 -08:00
engine-flutter-autoroll 8241757eb1
Roll Engine from 97cacfbfec89 to 850bfb5ca3e9 (35 revisions) (#71161) 2020-11-24 11:18:04 -08:00
Jenn Magder 9bbc2177ec
Move Flutter.podspec to add-to-app project template (#71103) 2020-11-24 10:16:09 -08:00
engine-flutter-autoroll e5c43848a7
Roll Engine from 23a8e027dbbe to 97cacfbfec89 (14 revisions) (#70958)
* 53fc019aa Split AOT Android Embedder and shell (flutter/engine#22179)

* fc5581460 Implement Scene.toImage() in CanvasKit mode. (flutter/engine#22085)

* c45e02a02 Roll Dart SDK from 12fded61a2bc to a06d469024fd (1 revision) (flutter/engine#22623)

* 550c75025 Remove opt outs for dart:ui (flutter/engine#22603)

* f2803ac01 [fuchsia] shader warmup fixes (flutter/engine#22439)

* ce94c4e3a Roll Dart SDK from a06d469024fd to b8fea79a2549 (1 revision) (flutter/engine#22630)

* 76b6acb85 Roll Fuchsia Linux SDK from aAb3NJv_h... to X1ue-JZsc... (flutter/engine#22631)

* 976e8874d Roll Skia from ed289e777cfa to 9dce4d081f8a (3 revisions) (flutter/engine#22632)

* 885bd6516 Roll Fuchsia Mac SDK from DQpWjEN59... to wGZWtwuY4... (flutter/engine#22633)

* 8971b8295 Roll Dart SDK from b8fea79a2549 to 861ebcb175b6 (1 revision) (flutter/engine#22634)

* a09cdfdbe Roll Skia from 9dce4d081f8a to 8c5889937172 (1 revision) (flutter/engine#22635)

* a9f332c04 Roll Dart SDK from 861ebcb175b6 to 1adf3d5fa9d0 (1 revision) (flutter/engine#22636)

* 1bf5c8b08 [web] Implement tilemode for gradient shaders. (flutter/engine#22597)

* 97cacfbfe Add more runtime intrinsic symbols to the export checker script (flutter/engine#22641)
2020-11-24 10:10:24 -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
Jenn Magder 39155dcb6b
Make simulator framework test check explicit (#71100) 2020-11-23 14:08:05 -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 2b4a23586d
Add a post-submit test shard for flutter/plugins tests (#70887)
Adds a new Luci test shard that runs flutter/plugins tests.

For now only the analysis phase of the flutter/plugins test suite is executed.

Manual invocation on Luci completed successfully: 3210bb2dac/+/annotations
2020-11-23 12:28:28 -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 1e0628001e
[devicelab] dont use set modified for hot reload bench (#70965) 2020-11-20 13:02:28 -08:00
Jonah Williams c07661cbc5
[flutter_tools] share bootstrap module between run and test (#70903) 2020-11-20 12:11:24 -08:00
Jenn Magder 9205285772
Uncomment build_ios_framework_module_test tmp cleanup (#70963) 2020-11-20 12:03:21 -08:00
Jonah Williams 1efb36035e
[flutter_tools] display message for current null safety mode (#70718) 2020-11-20 11:53:02 -08:00
Janice Collins a5519dc75e
Update dartdoc to 0.37.0 (#70882) 2020-11-20 11:18:07 -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
engine-flutter-autoroll f373c307e3
Roll Engine from a0da844845f5 to 23a8e027dbbe (5 revisions) (#70904) 2020-11-20 09:18: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
engine-flutter-autoroll 6d521e9aff
Roll Engine from 35a0b9fe6827 to a0da844845f5 (20 revisions) (#70871) 2020-11-19 16:48:03 -08:00
Pierre-Louis 598627cd3b
Fix typo (#70834) 2020-11-19 16:43:09 -08:00
Juyeong Lee 5819aef435
Update FlexibleSpaceBar dartpad sample (#70382) 2020-11-19 16:43:04 -08:00
Yegor 535a4ac3ab
Clean-up docs for the --web-renderer option (#70880) 2020-11-19 16:41:09 -08:00
Dan Field 45a7a2c09e
skip flaky test (#70881)
Skip flaky iOS XCUITest
2020-11-19 15:42:09 -08:00