Jason Simmons
f02cfd48df
Support the --no-devtools flag in "flutter run --machine" ( #113414 )
2022-10-17 16:44:15 +00:00
luckysmg
5a7224d14a
Fix bar height changes when toggle keyboard ( #106542 )
2022-10-17 04:25:57 +00:00
Darren Austin
789d668ed7
Added statesController to the button icon constructors. ( #113419 )
2022-10-17 04:24:06 +00:00
Alex Sandri
e93297b9d6
fix overflow error in CupertinoListTile ( #113010 )
2022-10-17 04:22:18 +00:00
Renzo Olivares
300181b38c
Make TextEditingDelta diagnosticable and override debugFillProperties for concrete TextEditingDelta implementations ( #113395 )
2022-10-17 04:18:29 +00:00
joshualitt
8875040c98
[web] Migrate selectable_region to static interop. ( #113292 )
2022-10-14 09:51:48 -07:00
Xilai Zhang
8d3c7e7da6
Revert "AutomatedTestWidgetsFlutterBinding.pump provides wrong pump time stamp, probably because of forgetting the precision" ( #113415 )
2022-10-14 15:29:07 +00:00
Lau Ching Jun
24aa26a36d
Handle null exception case in ProxiedDevice.stopApp. ( #113317 )
2022-10-14 15:27:06 +00:00
Bruno Leroux
a1912b0357
Document that TooltipTriggerMode has no impact on hovering ( #113324 )
2022-10-13 20:19:05 +00:00
Gregor Weber
274435dd94
make ModalBottomSheetRoute public ( #108112 )
2022-10-13 18:00:23 +00:00
fzyzcjy
50b1960a3a
Change type in ImplicitlyAnimatedWidget to remove type cast to improve performance and style ( #111849 )
2022-10-13 17:57:13 +00:00
chunhtai
b68c69aa2e
pushnamed can handle Object as type ( #113242 )
2022-10-13 17:52:24 +00:00
Lau Ching Jun
34995ba96e
Make AndroidApk nullable in stopApp. ( #113353 )
2022-10-13 17:03:57 +00:00
Jenn Magder
61ac000d65
Enable impeller flags for iOS simulator ( #113350 )
2022-10-12 20:37:06 +00:00
Jenn Magder
2f03dda55e
Fix Android Studio version string nullablity, fake AndroidStudio in test ( #113295 )
2022-10-12 18:32:55 +00:00
Lau Ching Jun
944a4c9714
Write crash report in temp directory if writing to CWD failed. ( #113316 )
2022-10-12 17:13:24 +00:00
Qun Cheng
91d88336dd
Added Switch Animation for Material 3 ( #113090 )
2022-10-12 11:02:08 -04:00
Jenn Magder
8c8bb22222
BufferLogger should log stacktrace ( #113240 )
2022-10-11 20:14:18 +00:00
hangyu
4fed6aaeff
Support Material 3 in bottom sheet ( #112466 )
2022-10-11 09:55:26 +00:00
Jenn Magder
117407b0fa
Revert "Minor change type nullability ( #112778 )" ( #113246 )
...
This reverts commit 21fab6f960a6fd2702bca2501032dd16f34fe114.
2022-10-10 17:57:56 -07:00
fzyzcjy
21fab6f960
Minor change type nullability ( #112778 )
2022-10-10 23:12:29 +00:00
Jonah Williams
4be0cfcb3f
[framework] add ignores for platformDispatcher deprecation ( #113238 )
2022-10-10 22:38:06 +00:00
chunhtai
492bfddd9f
Fix selection area causes small scrollables to bounce ( #112816 )
2022-10-10 19:57:02 +00:00
Gary Qian
864c406b5f
Scramble order of operations of flutter.gradle ( #111747 )
2022-10-10 19:55:08 +00:00
fzyzcjy
1966aaf8ba
AutomatedTestWidgetsFlutterBinding.pump provides wrong pump time stamp, probably because of forgetting the precision (#112609 )
2022-10-10 18:32:25 +00:00
Greg Spencer
1730662bc0
Deprecate AnimatedListItemBuilder and AnimatedListRemovedItemBuilder ( #113131 )
2022-10-10 17:58:10 +00:00
Brett Morgan
c0f48ba6bf
Fix for Issue #112983 ( #112985 )
2022-10-09 05:27:38 +11:00
Greg Spencer
7523ab5cc1
Add SliverAnimatedGrid and AnimatedGrid ( #112982 )
2022-10-07 22:15:11 +00:00
Greg Spencer
6b32c0691b
Add checkbox and radio menu buttons ( #112821 )
2022-10-07 21:13:36 +00:00
Bruno Leroux
91b5079f8e
Fix TabBar with padding is not centered ( #113091 )
2022-10-07 13:14:25 -07:00
Greg Spencer
41a13a3a90
Add SliverGrid.builder constructor ( #113116 )
2022-10-07 19:49:12 +00:00
MrBirb
79b8cf763b
Typo in border_test.dart ( #113046 )
2022-10-07 18:46:19 +00:00
xubaolin
9bd6ff33ef
fix a CupertinoDatePicker bug ( #112697 )
2022-10-07 18:35:15 +00:00
Harry Terkelsen
529184bcca
[flutter_tool] Don't download CanvasKit if it's already in flutter_web_sdk ( #113072 )
2022-10-07 10:28:49 -07:00
Andrew Kolos
eec8d9d9cc
Add asset manifest parsing benchmark ( #112836 )
2022-10-07 13:39:35 +00:00
LongCatIsLooong
5d4f24026b
Add error message when lerping between TextStyles different inherit values ( #112837 )
2022-10-07 01:07:15 +00:00
Callum Moffat
af2d5bc5ca
Send text selection rects to engine on iPhone ( #113048 )
2022-10-06 23:08:06 +00:00
Flutter GitHub Bot
00f36b6466
Roll pub packages ( #113067 )
2022-10-06 23:06:33 +00:00
alanwutang11
7462c4a61d
shader warm up with canvaskit and corresponding test ( #113060 )
2022-10-06 23:03:14 +00:00
Flutter GitHub Bot
a454c6d03b
Roll pub packages ( #112986 )
2022-10-06 21:18:08 +00:00
Zachary Anderson
1587ee0123
Revert "Upgrade targetSdkVersion and compileSdkVersion to 33 ( #112936 )" ( #113064 )
...
This reverts commit f80411d8937f8be9f944e234d99e1319e3e9231d.
2022-10-06 13:52:31 -07:00
Gary Qian
f80411d893
Upgrade targetSdkVersion and compileSdkVersion to 33 ( #112936 )
2022-10-06 20:11:28 +00:00
Ari Weiland
11771b2d61
Remove NavigationToolbar condition that leading widget cannot be larger than 1/3 the total space available. ( #112548 )
2022-10-06 19:50:18 +00:00
Jonah Williams
c0129046c2
[framework] load files through ImmutableBuffer.fromFilePath (if exact file type) ( #112892 )
...
Update FileImage to use the new ImmutableBuffer.fromFilePath constructor to avoid loading bytes through the Dart heap. As a side effect, tis fixes #112881 which prevents dart:io from opening a file larger than INT_MAX bytes on windows.
For files that are not exactly a dart:io file, we still use the old method of calling loadBytes() in order to not make this a breaking change.
2022-10-06 10:59:16 -07:00
MrBirb
049ea561aa
typo ( #113043 )
2022-10-06 17:56:47 +00:00
Jia Hao
db35611ece
Schedule tasks which are futures to completion ( #112269 )
2022-10-06 15:23:53 +00:00
Hardeep Singh
5de0918808
feat: Add keyboardType in CupertinoSearchTextField ( #83994 )
2022-10-06 11:43:40 +02:00
Taha Tesser
ad2005c485
Add overlay MaterialStateProperty property to Slider ( #112922 )
2022-10-06 07:44:30 +00:00
Jenn Magder
7dd65c16c2
Add bitcode deprecation note for add-to-app iOS developers ( #112900 )
2022-10-06 02:51:23 +00:00
Justin McCandless
d440ee8224
Consider Scrollable location in text selection drag events ( #102992 )
...
Fixes scrolling by dragging a selection when the field is in a Scrollable.
2022-10-05 16:27:48 -07:00