Jenn Magder
4dc1bd40d4
Handle updated error message when iOS device is locked ( #108057 )
2022-07-26 22:33:07 +00:00
Dan Field
201be6bdf5
Update docs on ChangeNotifier.dispose and KeepAliveHandle.release ( #108384 )
2022-07-26 22:09:05 +00:00
engine-flutter-autoroll
f1ebd28883
2ba17ba9f Roll Fuchsia Mac SDK from opXSnDBhU... to o-1XHOfuZ... (flutter/engine#34908) ( #108371 )
2022-07-26 14:14:22 -07:00
Tae Hyung Kim
001c499f24
[gen_l10n] Warn users when placeholder types are converted to 'num' when using pluralization ( #108036 )
...
* init
* asdf
* fix tests
* change warning slightly
* fix test again
* fix spacing and comment
* fix lint
2022-07-26 14:13:06 -07:00
Anurag Roy
f1df76e963
[flutter_tools] Suggest actions to fix failing FlutterValidator ( #106355 )
2022-07-26 19:47:07 +00:00
Jenn Magder
50474b29ce
Only run pod install on the first iOS build ( #108205 )
2022-07-26 19:39:06 +00:00
Jenn Magder
70aaff1217
Set Xcode build script phases to always run ( #108331 )
2022-07-26 19:20:07 +00:00
Jenn Magder
167655e8a7
Only show iOS simulators, reduce output spew in verbose ( #108345 )
2022-07-26 19:08:06 +00:00
Polina Cherkasova
fe16c206ea
Dispose KeepAliveHandle. ( #108227 )
2022-07-26 11:25:59 -07:00
Polina Cherkasova
e05ae3cac7
Dispose widgets to stop leaks. ( #108193 )
2022-07-26 10:43:46 -07:00
Polina Cherkasova
dc13fd56a1
Update editable.dart ( #108233 )
2022-07-26 10:43:20 -07:00
Polina Cherkasova
87938cec44
Dispose _TextSpanEditingController. ( #108228 )
2022-07-26 10:42:16 -07:00
Polina Cherkasova
527ee1d728
Dispose scaffold drawers. ( #108234 )
2022-07-26 16:40:04 +00:00
engine-flutter-autoroll
2f551d3008
Roll Plugins from 00a3f24734f4 to 278bc6668567 (3 revisions) ( #108373 )
2022-07-26 16:01:07 +00:00
Bryan Oltman
e3d08fb6d3
Hide the debug banner in the PopupMenuButton example ( #108324 )
...
* Hide the debug banner in the PopupMenuButton example
* Add test to verify that debug banner is not shown
2022-07-26 10:43:35 -04:00
engine-flutter-autoroll
c8b5d10932
Roll Flutter Engine from 5dcaeae6561b to 89e117b89c63 (1 revision) ( #108367 )
2022-07-26 13:55:07 +00:00
Danny Tuppeny
5d31b07ed5
[flutter_tools] [dap] Ensure DAP sends app.stop/app.detach during terminate ( #108310 )
...
* [flutter_tools] [dap] Ensure DAP sends app.stop/app.detach during terminate
Fixes an issue where the flutter_tester device may not be cleaned up correctly if we just terminate the Flutter process.
* Update integration test expectations
* Revert accidental commit
2022-07-26 10:48:38 +01:00
engine-flutter-autoroll
925bee92e7
Roll Flutter Engine from 11d927ac3e9b to 5dcaeae6561b (1 revision) ( #108356 )
2022-07-26 08:49:06 +00:00
engine-flutter-autoroll
401b556e93
Roll Flutter Engine from f1f9b4de82b6 to 11d927ac3e9b (2 revisions) ( #108353 )
2022-07-26 07:55:07 +00:00
engine-flutter-autoroll
3eb638ff05
Roll Flutter Engine from 8eca26d130a2 to f1f9b4de82b6 (5 revisions) ( #108350 )
2022-07-26 07:06:07 +00:00
engine-flutter-autoroll
be14858464
Roll Flutter Engine from 7f8925b1f6f3 to 8eca26d130a2 (1 revision) ( #108326 )
2022-07-26 05:44:06 +00:00
Christopher Fujino
b035ef1352
[flutter_tools] Remove more shuffles ( #107759 )
2022-07-26 05:43:05 +00:00
Tong Mu
4056d3ffde
Explain the "patching" protocol in KeyMessageManager.keyMessageHandler and add an example ( #105280 )
2022-07-26 05:42:05 +00:00
Zachary Anderson
d155bc1bad
Revert "Upgrade Gradle and AGP versions to 7.5/7.2 and migrate examples/tests ( #108197 )" ( #108349 )
...
This reverts commit ca6cecf034d9c18fcb6ea70309cc855e353aa0f8.
2022-07-25 22:20:37 -07:00
Gary Qian
ca6cecf034
Upgrade Gradle and AGP versions to 7.5/7.2 and migrate examples/tests ( #108197 )
2022-07-25 15:23:08 -07:00
engine-flutter-autoroll
b3814c7ff0
Roll Flutter Engine from 3964cf62cdf8 to 7f8925b1f6f3 (2 revisions) ( #108320 )
2022-07-25 22:21:07 +00:00
Qun Cheng
606954d116
Added iconSize parameter in ButtonStyle ( #108268 )
...
* Added iconSize parameter in ButtonStyle
Co-authored-by: Qun Cheng <quncheng@google.com>
2022-07-25 14:37:56 -07:00
RockerFlower
5f67b47e23
[iOS] Update template icons ( #107873 )
2022-07-25 21:36:06 +00:00
engine-flutter-autoroll
6929ad1c8e
Roll Flutter Engine from 705072522c00 to 3964cf62cdf8 (1 revision) ( #108316 )
2022-07-25 20:34:07 +00:00
engine-flutter-autoroll
43d6e2b113
Roll Flutter Engine from 54b0ac3059bf to 705072522c00 (4 revisions) ( #108308 )
2022-07-25 18:47:05 +00:00
Tae Hyung Kim
e3b851a634
Fix Tamil DateTime representation of AM/PM ( #108185 )
...
* init
* testS
* init
* accidentally committed wrong file
2022-07-25 11:33:06 -07:00
hangyu
e74b9b5bef
Migrate InputDecorator to Material 3 ( #107943 )
...
* Support material 3 in inputDecorator
* Format polish
* format polish
* update input_decorator_test
* revert pub
* style update
* style polish
* default before base
* resolve comments
* Update text_field.2.dart
* move text styles into M2 theme
* add error style
* fix typo
* resolve comments
* fix g3 test
2022-07-26 01:35:38 +08:00
Danny Tuppeny
2f4299ad35
[flutter_tools] Remove unused parameter when connected DAP to VM Service ( #108285 )
...
Since 02d9c3e6a5 this flag does absolutely nothing. The behaviour it controlled is now automatic and the flag is not required.
The flag will be removed from the Dart SDK in the future after Flutter is no longer using it.
2022-07-25 18:28:12 +01:00
engine-flutter-autoroll
b3f5d3f854
Roll Flutter Engine from c31036f2381c to 54b0ac3059bf (1 revision) ( #108302 )
2022-07-25 17:18:06 +00:00
Michael Goderbauer
8a7b35933c
flutter update-packages --force-upgrade + analyzer fix ( #108198 )
2022-07-25 10:10:31 -07:00
Casey Hillers
178e444730
Revert "Add optional flag to determine assertiveness level in aria announcement for flutter web" ( #108262 )
2022-07-25 17:01:05 +00:00
engine-flutter-autoroll
2142b2ecff
Roll Flutter Engine from cd7e2ec4037b to c31036f2381c (1 revision) ( #108299 )
2022-07-25 16:31:08 +00:00
engine-flutter-autoroll
fa39206a2a
Roll Plugins from b1860e62f2ff to 00a3f24734f4 (7 revisions) ( #108296 )
2022-07-25 15:48:12 +00:00
engine-flutter-autoroll
5f80858882
Roll Flutter Engine from daa42638775b to cd7e2ec4037b (1 revision) ( #108295 )
2022-07-25 15:42:07 +00:00
Casey Rogers
72163a8919
Fixes issue with sheet reset on rebuild ( #107876 )
2022-07-25 15:03:09 +00:00
engine-flutter-autoroll
2bebd9f547
Roll Flutter Engine from d8019bb11b8e to daa42638775b (1 revision) ( #108292 )
2022-07-25 14:55:08 +00:00
engine-flutter-autoroll
bc6db71297
Roll Flutter Engine from 51b188c54b2c to d8019bb11b8e (1 revision) ( #108288 )
2022-07-25 13:49:07 +00:00
engine-flutter-autoroll
438eaf7fed
Roll Flutter Engine from a72dc59698ff to 51b188c54b2c (1 revision) ( #108286 )
2022-07-25 12:56:06 +00:00
engine-flutter-autoroll
291982d6c4
Roll Flutter Engine from 1db83d265cb0 to a72dc59698ff (1 revision) ( #108284 )
2022-07-25 12:12:08 +00:00
engine-flutter-autoroll
ea2396eca0
Roll Flutter Engine from d8c49e185e88 to 1db83d265cb0 (1 revision) ( #108279 )
2022-07-25 10:12:06 +00:00
engine-flutter-autoroll
b78f6b6746
Roll Flutter Engine from d9c084560e1e to d8c49e185e88 (1 revision) ( #108270 )
2022-07-25 07:08:06 +00:00
engine-flutter-autoroll
fa5618082d
Roll Flutter Engine from 1ec67438c751 to d9c084560e1e (1 revision) ( #108255 )
2022-07-25 00:29:07 +00:00
engine-flutter-autoroll
cfe858d797
Roll Flutter Engine from 26595416a20d to 1ec67438c751 (1 revision) ( #108253 )
2022-07-24 23:32:06 +00:00
engine-flutter-autoroll
6d8e365bc9
Roll Flutter Engine from 0c84d63523d4 to 26595416a20d (1 revision) ( #108245 )
2022-07-24 09:57:12 +00:00
engine-flutter-autoroll
ed2f5d3a8d
Roll Flutter Engine from 8b48451ce023 to 0c84d63523d4 (1 revision) ( #108229 )
2022-07-23 22:17:05 +00:00