19189 Commits

Author SHA1 Message Date
xubaolin
4f2e32173f
fix a tabs indicator padding update bug (#108287) 2022-07-28 00:49:05 +00:00
Greg Spencer
07de84f014
Add StarBorder and StarBorder.polygon, with example. (#108489) 2022-07-28 00:01:05 +00:00
Kate Lovett
716533925b
Revert "Reland "Upgrade Gradle and AGP versions to 7.5/7.2 and migrate benchmarks+examples" #108355 (#108472)" (#108488)
This reverts commit 1f8c490c82a5162caa39d626181fa9b96ef5e2e2.
2022-07-27 17:20:20 -05:00
Gary Qian
1f8c490c82
Reland "Upgrade Gradle and AGP versions to 7.5/7.2 and migrate benchmarks+examples" #108355 (#108472) 2022-07-27 14:23:09 -07:00
Zachary Anderson
e681b22008
Nth part of async FragmentProgram.fromAsset transition (#108473) 2022-07-27 20:49:04 +00:00
Michael Goderbauer
29f7a8e844
Simplify mark needs build (#108383) 2022-07-27 20:02:04 +00:00
Zachary Anderson
15082387c6
[flutter_tool] Include impellerc output in ShaderCompilerException (#108348) 2022-07-27 11:37:14 -07:00
LongCatIsLooong
41940c9396
Suggest predicate-based formatter in [FilteringTextInputFormatter] docs for whole string matching (#107848) 2022-07-27 18:37:05 +00:00
hangyu
25526f1b03
Optimize closure in input_decorator_theme (#108379) 2022-07-27 18:36:07 +00:00
Flutter GitHub Bot
f82178e2d2
Roll pub packages (#108325) 2022-07-27 17:22:07 +00:00
snat-s
2c75d89c9e
Added a clarification on scrollBehaviour in BoxScroll and ListView (#107738) 2022-07-27 17:19:05 +00:00
J-P Nurmi
fbb3036b73
FloatingActionButton: add themeable mouse cursor (#103473) 2022-07-27 17:16:05 +00:00
Zachary Anderson
d6cd6b7095
Use FragmentProgram.fromAssetAsync (#108415) 2022-07-27 06:04:05 +00:00
xubaolin
09b6672e77
Do not crash when remove SelectableText during handle drag (#108369) 2022-07-27 05:22:05 +00:00
Tomasz Gucio
16c25caa44
Add RenderRepaintBoundary.toImageSync() method (#108280) 2022-07-27 05:17:04 +00:00
Darren Austin
4c104effe1
Removed references to deprecated styleFrom parameters. (#108401) 2022-07-27 03:32:05 +00:00
Jonah Williams
7e683c023a
[flutter_tools] add tool support for shader hot reload (#107963) 2022-07-27 03:31:06 +00:00
Zachary Anderson
1e69683688
Revert "Reland "Upgrade Gradle and AGP versions to 7.5/7.2 and migrate benchmarks+examples" (#108355)" (#108407)
This reverts commit c4b3625d62b39b03f4ac9cb1b05533545a760ded.
2022-07-26 19:30:28 -07:00
nbayati
b5a36f03c6
Modify dataMap to include assertiveness only if it's not set to polite (#108396)
* Modify dataMap to include assertiveness only if it's not set to polite to prevent google3 tests from breaking

* small code style enhancement
2022-07-26 17:12:45 -07:00
Gary Qian
c4b3625d62
Reland "Upgrade Gradle and AGP versions to 7.5/7.2 and migrate benchmarks+examples" (#108355) 2022-07-26 16:23:08 -07:00
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
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
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
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
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
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
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
Casey Rogers
72163a8919
Fixes issue with sheet reset on rebuild (#107876) 2022-07-25 15:03:09 +00:00
nbayati
74ea7132be
Add optional flag to determine assertiveness level in aria announcement for flutter web (#107568) 2022-07-23 00:49:04 +00:00
Yegor
e505529344
[web] define $flutterDriverResult variable early in driver test initalization (#107337) 2022-07-23 00:48:06 +00:00
Rich Kadel
549f70c914
Remove outdated Fuchsia concepts (#107335)
Fuchsia will soon remove all support for Component Framework version 1
components (recognized by component manifests ending in `.cmx`).
Notably, some of the `flutter` tool commands for Fuchsia devices--
notably, but not limited to, those related to CFv1--are outdated, and
either do not work today or soon won't work.

This PR removes the outdated components and commands, replacing some
with the newer version, or simply removing the non-working features,
in some cases.
2022-07-22 16:42:48 -07:00
Flutter GitHub Bot
94572b5d69
Roll pub packages (#107984) 2022-07-22 23:28:06 +00:00
Pedro Massango
4fd27eb605
fix GestureDetector.onDoubleTapDown not getting called (#108056) 2022-07-22 21:48:04 +00:00