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
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
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
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
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
Sigurd Meldgaard
b948bc073d
Flutter tool - Don't check for updates when run on a bot ( #76107 )
2021-03-19 14:21:04 -07:00
Angjie Li
6515806717
Revert "Fix a legacy TODO ( #77454 )" ( #78584 )
...
This reverts commit 5e4e530e93 .
2021-03-19 10:08:12 -07:00
Michael Goderbauer
efbde443d2
Clean up ignores that are not ignoring anything ( #78484 )
2021-03-18 13:40:08 -07:00
Jonah Williams
28532edaa5
Update all versions and migrate devicelab framework to package:vm_service ( #78557 )
2021-03-18 12:38:12 -07:00
Jenn Magder
2dbe1ec8fb
Move web tool test per-test timeout to shard ( #78508 )
2021-03-18 11:50:49 -07:00
Jenn Magder
0e2f66e90c
Parse engine src path from an absolute --local-engine ( #78496 )
2021-03-18 11:50:38 -07:00
Jonah Williams
d27666e058
[flutter_tools] migrate context to null safety ( #78359 )
2021-03-18 10:18:20 -07:00
Jonah Williams
cdfe39556b
[flutter_tools] handle OSError 2 from current working directory ( #78380 )
2021-03-18 09:49:25 -07:00
Marcus Tomlinson
01c772cc8d
Revert "Add libblkid / liblzma / libgcrypt as an explicit dependancy on Linux" ( #78415 )
...
* Revert "Add libgcrypt as an explicit dependancy on Linux"
This reverts commit bf65b3d03ccdc1dd21c09f34d600d72b0636a784.
* libblkid & liblzma not explicitly required either
2021-03-18 09:14:44 -07:00
Anna Gringauze
e8c3ce6bd1
Try fixing web tool tests on windows ( #78386 )
2021-03-17 22:13:13 -07:00
Jenn Magder
7dd752ace6
Add trace logging to local engine path autodetection ( #78482 )
2021-03-17 17:35:43 -07:00
Shi-Hao Hong
594ce21d6f
[State Restoration] Material Date Picker ( #77879 )
2021-03-17 16:10:03 -07:00
Kabo
640ae7a393
Fix documentation for material Scrollbar.radius ( #78004 )
2021-03-17 15:55:02 -07:00