Commit graph

23224 commits

Author SHA1 Message Date
Jonah Williams 64d9650e51
[flutter_tools] remove suite channel access from web tests (#78915) 2021-03-23 21:32:53 -07:00
Michael Goderbauer cec6491838
Remove ignores that are not ignoring anything (#78669) 2021-03-23 18:46:04 -07:00
Jenn Magder 6b22834699
Update packages to pick up new process version (#78910) 2021-03-23 17:30:49 -07:00
Jonah Williams 9cc61b0f90
[flutter_tools] handle concurrent modification in signal callback (#78913) 2021-03-23 17:30:09 -07:00
Jenn Magder d165ea5c42
Migrate os to null safety (#78901) 2021-03-23 17:28:09 -07:00
chunhtai 5029be0b9f
Add dismiss action to modal barrier (#78808)
* Add dismiss action to modal barrier

* fix test

* fix another test
2021-03-23 16:42:20 -07:00
Jenn Magder 891511d58f
Exclude CI from tool root check (#78885) 2021-03-23 14:57:01 -07:00
Zachary Anderson 5efc7169eb
Reverts "Implement dartPluginClass support for plugins #74469" (#78623)
* Revert "Enable dart_plugin_registry_test (#76645)"

This reverts commit 109e0bb9f5.

* Revert "Apply changes caused by https://github.com/flutter/flutter/pull/76662 (#77093)"

This reverts commit cdca6485f0.

* Revert "Disable clang format in the plugin registrants (#76662)"

This reverts commit dadbd47d09.

* Revert "Disable warnings for the dart plugin registrant (#76561)"

This reverts commit 098ece522d.

* Revert "Remove dart_plugin_registry_test timeouts (#76838)"

This reverts commit 1610a27476.

* Revert "Implement dartPluginClass support for plugins (#74469)"

This reverts commit b7d4806243.

Kick.
2021-03-23 14:28:11 -07:00
Jenn Magder 46c99809b4
Migrate flutter_tools file_system to null safety (#78896) 2021-03-23 13:36:34 -07:00
Anurag Roy 2415eca4d2
[FloatingActionButtonLocation] Avoid docked FAB to be clipped by the software keyboard (#77769) 2021-03-23 13:31:02 -07:00
Jenn Magder 5a6bac3037
Migrate command_help to null safety (#78892) 2021-03-23 12:47:48 -07:00
Jenn Magder 7f3c5deb7e
Migrate signals.dart to null safety (#78893) 2021-03-23 12:46:26 -07:00
Danny Tuppeny 596133a723
Pass the --disable-dds flag through to dwds (#78806) 2021-03-23 12:36:53 -07:00
Kate Lovett bde6b162a0
Add fix for RectangularSliderTrackShape (#78658) 2021-03-23 12:26:03 -07:00
chunhtai 00592ceb27
Fixes AlertDialog and SimpleDialog to not merge their content semantics (#78633) 2021-03-23 12:01:03 -07:00
Kate Lovett 0105c8f377
Dart Fix for InputDecoration (#78672) 2021-03-23 13:24:27 -05:00
godofredoc c2d12ea448
Update cluster. (#78678)
* Update cluster.

* Update namespace.

* Replace zone with region.

* Set region as zone.

* Use default namespace.

* Update namespace.
2021-03-23 10:11:54 -07:00
Jenn Magder 8a0cc1bef7
Make launguage_version in flutter_tool null safe (#78843) 2021-03-23 10:11:07 -07:00
Jonah Williams 72ff553af3
[flutter_tools] migrate io, process, logger, terminal (#78816) 2021-03-23 10:10:37 -07:00
Jenn Magder 5a21e2d877
Make version and time in flutter_tool null safe (#78836) 2021-03-23 10:03:23 -07:00
Jenn Magder 0bde67e734
Migrate flutter_tool tool helper files to null safety (#78845) 2021-03-23 10:02:59 -07:00
Ren You b921a2443f
Revert "InteractiveViewer.builder (#77414)" (#78867)
This reverts commit 2c2c8a7561.
2021-03-23 08:11:58 -07:00
Todd Volkert 5d37734ea1
Slight cleanup in PointerSignalResolver docs (#78817) 2021-03-22 23:30:00 -07:00
Hans Muller 720dac5438
Revert "Fixed Buttons with icon RenderFlex overflow (#78018)" (#78825) 2021-03-22 20:56:02 -07:00
engine-flutter-autoroll 6952c1cfd0
Roll Engine from e6db3a275eca to d59a01d2d3dc (20 revisions) (#78801) 2021-03-22 19:07:55 -07:00
Jenn Magder 3463946448
Take screenshot when drive fails (#78822) 2021-03-22 19:06:28 -07:00
Shi-Hao Hong 49adef6792
[State Restoration] Code sample templates, migrate existing code samples (#78757)
* Create state restoration templates, 

* Update existing state restoration samples to use the new templates

* Add to README, decided to require stateful widgets to include RestorationMixin
2021-03-23 09:24:34 +08:00
Shi-Hao Hong 7a88eb97ea
Typo fixes (#78755) 2021-03-23 09:23:43 +08:00
Jenn Magder 2eca1f4033
Migrate dev projects from jcenter to mavenCentral (#78812) 2021-03-22 17:39:02 -07:00
Darren Austin 6556d1db17
Removed TimePicker dependence on accentTextTheme. (#78771) 2021-03-22 14:31:13 -07:00
Todd Volkert 351e319a47
Improve documentation for PointerSignalResolver class (#78738) 2021-03-22 12:15:03 -07:00
Jonah Williams cf903d7392
[flutter_tools] remove globals from process, filesystem (#78357) 2021-03-22 10:35:40 -07:00
Marcel Čampa e85fe60d00
Command flutter create respects disabled iOS and Android (#78406) 2021-03-22 09:53:05 -07:00
Justin McCandless 47db96af1b
Mac word modifier TextEditingActions (#78573) 2021-03-22 09:46:03 -07:00
Justin McCandless 2c2c8a7561
InteractiveViewer.builder (#77414) 2021-03-22 09:41:03 -07:00
Shi-Hao Hong e58ee0fbc7
[State Restoration] Material DateRangePicker, adds some general state restoration tests (#78506) 2021-03-22 13:06:06 +08:00
Shi-Hao Hong 2977a346fe
Custom PopupMenuItem padding (#78523) 2021-03-22 11:00:48 +08:00
Mouad Debbar c0bcb4fc16
Revert "ConstraintsTransformBox (#77994)" (#78661)
This reverts commit 8c44abc009.
2021-03-19 16:34:57 -07:00
LongCatIsLooong 8c44abc009
ConstraintsTransformBox (#77994) 2021-03-19 15:56:04 -07:00
Jonah Williams 74a795d165
roll more versions (#78654) 2021-03-19 15:46:03 -07:00
Jonah Williams 985fc7463c
[flutter_tools] add skeleton for build uwp (#78624)
Adds the rest of the scaffolding for building a UWP application. The actual build functionality needs to be implemented, but could use buildWindows as an example (if it is going through cmake)

#14967
2021-03-19 15:36:42 -07:00
Darren Austin 7fe4a1bf04
Removed DayPicker dependence on accentColor. (#78576) 2021-03-19 15:36:03 -07:00
Jenn Magder 2e06ed0787
Add test for dart compilation error build output (#78381) 2021-03-19 15:33:46 -07:00
Jenn Magder c90cd65a38
Standardize tool test shard selection (#78636) 2021-03-19 15:33:36 -07:00
Jenn Magder 6a4dd4cfb4
Skip linking on Flutter for CocoaPods transitive dependencies (#78592) 2021-03-19 15:33:20 -07:00
Michael Goderbauer 197b440e96
Migrate out custom ignore syntax to flutter_ignore (#78497) 2021-03-19 15:33:05 -07:00
Michael Goderbauer a7e3b1a35d
Clean up ignores that are not ignoring anything (#78493) 2021-03-19 15:32:46 -07:00
Michael Goderbauer 65f232fd76
Add restorationId to Material/CupertinoPage (#78450) 2021-03-19 15:32:31 -07:00
Darren Austin fd37a50ff9
Removed GridTileBar accentColor dependency. (#78574) 2021-03-19 14:36:04 -07:00
engine-flutter-autoroll 31e75ec78f
e6db3a275 Roll Skia from 4dff68a1662a to adbaeaa3652c (2 revisions) (flutter/engine#25076) (#78569) 2021-03-19 14:31:04 -07:00