Commit Graph

19177 Commits

Author SHA1 Message Date
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 c4b3625d62.
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 ca6cecf034.
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
Callum Moffat
5bd3de7c70 Allow trackpad inertia cancel events (#108190) 2022-07-22 20:47:05 +00:00
Jonah Williams
9ae37030ae Use toPictureSync for faster zoom page transition (#106621) 2022-07-22 15:58:04 +00:00
Zachary Anderson
dd20919ad6 [flutter_tool] Build shaders as .iplr and use FragmentProgram.fromAsset for ink_sparkle (#108071) 2022-07-21 20:50:08 -07:00
Callum Moffat
7b07b85d91 Add supportedDevices parameter to GestureDetector (#107312) 2022-07-21 20:15:05 +00:00
Callum Moffat
22f51c34c6 Scroll inertia cancel [framework] (#106891) 2022-07-21 20:13:05 +00:00
Christopher Fujino
6abd3691c3 [flutter_tools] add more debugging when pub get fails (#108062) 2022-07-21 19:22:07 +00:00
Tong Mu
c8a4c8b8a7 Pointer events: Allow hover events from trackpad (#108116) 2022-07-21 17:37:04 +00:00
Jesús S Guerrero
fc3471fd28 check for pubspec instead of lib/ (#107968) 2022-07-21 17:03:09 +00:00
Bruno Leroux
d263cfbcb5 Fix BottomNavigationBarItem tooltip defaults to label (#107715) 2022-07-21 04:21:05 +00:00
Bernardo Ferrari
22cb06b57f Add OvalBorder and BoxShape.oval (#103833) 2022-07-20 21:29:04 +00:00
Dan Field
199cb2f5e6 Revert "Allow setting of TestWidgetsFlutterBinding.pointerEventSource (#107976)" (#108038)
This reverts commit 641f4e2403.
2022-07-20 11:14:58 -07:00
yaakovschectman
1e2be6ed54 Check for bad characters in path on Windows build (#107949)
* Check for bad characters in path on Windows build

* Doc comments

* Fix formatting

* Commenting/formatting

* Link to issue in comment

* Comments, formatting

* Global var rename
2022-07-20 14:05:13 -04:00