- 01 Jun, 2022 4 commits
-
-
Christopher Fujino authored
-
Pierre-Louis authored
* add actionsPadding to dialog theme and refactor * fix typo * remove trailing spaces
-
Pierre-Louis authored
* update docs * use correct actions padding for dialogs * remove trailing spaces * Update dialog_theme.dart * Update packages/flutter/lib/src/material/dialog.dart Co-authored-by:
Taha Tesser <tessertaha@gmail.com> Co-authored-by:
Taha Tesser <tessertaha@gmail.com>
-
Emmanuel Garcia authored
-
- 31 May, 2022 7 commits
-
-
Chris Bracken authored
In https://github.com/flutter/flutter/pull/103771, we rolled dependencies in Flutter, which triggered an update of package:coverage to v1.3.1. The new version includes https://github.com/dart-lang/coverage/pull/370 in which two deprecations landed: * The `Resolver` default constructor was deprecated and replaced with the `Resolver.create` static factory method, which unfortunately happens to be async. * The `packagesPath` parameter to `HitMap.parseJson`, which takes the path to the `.packages` file of the package for which coverage is to be collected, was deprecated. This parameter was replaced with `packagePath` in https://github.com/dart-lang/coverage/pull/370 which was part of the overall deprecation of the .packages file in Dart itself https://github.com/dart-lang/sdk/issues/48272. The overall goal being that end-user code shouldn't need to know about implementation details such as whether dependency information is stored in a .packages file or a package_info.json file, but rather use the package_config package to obtain the package metadata and perform other functions such as resolving its dependencies to filesystem paths. packagesPath was replaced by packagePath, which takes the path to the package directory itself. Internally, package:coverage then uses package_config to do the rest of the package/script URI resolution to filesystem paths. This migrates off the deprecated `packagesPath` parameter to the replacement `packagePath` paramter. Issue: https://github.com/flutter/flutter/issues/103830
-
Jason Simmons authored
-
Taha Tesser authored
-
Gary Qian authored
-
Alexandre Ardhuin authored
* more const immutable classes * more const constructors in dev/ and examples/
-
Greg Spencer authored
This reverts part of the change made in #103456 to expose a debug check for subclasses of ChangeNotifier to avoid code duplication. Instead of making debugAssertNotDisposed a public instance function, it is now a public static function. It makes it harder to call, slightly, but it means that everyone who implemented ChangeNotifier instead of extending it doesn't get broken.
-
Jonas Uekötter authored
-
- 30 May, 2022 1 commit
-
-
Taha Tesser authored
-
- 29 May, 2022 1 commit
-
-
Bruno Leroux authored
-
- 27 May, 2022 12 commits
-
-
Justin McCandless authored
Implements ctrl-T to transpose characters on Mac and iOS
-
爱折腾的小竹同学 authored
-
Daco Harkes authored
-
Markus Aksli authored
-
Jonah Williams authored
-
Kate Lovett authored
-
Darren Austin authored
-
Justin McCandless authored
Bug fix for focusing a field with right click on existing selection (Mac and iOS)
-
chunhtai authored
* Fixes a bug when dragging selection handle sends events in wrong coordinates system * remove comments * addressing comments
-
Hans Muller authored
-
David Iglesias authored
-
Tim Sneath authored
-
- 26 May, 2022 11 commits
-
-
chunhtai authored
-
Greg Spencer authored
When I removed Shortcuts.of and Shortcuts.maybeOf, I forgot to also remove the associated InheritedWidget. This does that.
-
Anna Gringauze authored
-
Gary Qian authored
-
Justin McCandless authored
Just a small grammar fix in the PipelineOwner docs.
-
Bruno Leroux authored
-
Nils Reichardt authored
-
Danny Tuppeny authored
* Fix issues running integration tests through DAP These adapters were incorrectly trying to connect a DDS instance even when Flutter would create its own. This change disables DDS in the DAP layer and leaves it to Flutter (although it passes `--no-dds` on to Flutter if provided to the DAP process). Also fixes an issue where we would unnecessarily connect the VM Service for tests even in 'noDebug' mode because of a change/fix that now includes a 'vmServiceUri' in the `test.startedProcess` event.
-
Pierre-Louis authored
* Use `curly_braces_in_flow_control_structures` for `widgets` * fix comments * fix comments
-
Pierre-Louis authored
* Update links to `material` library docs * outsmart bot heuristics
-
gaaclarke authored
-
- 25 May, 2022 4 commits
-
-
Taha Tesser authored
-
Greg Spencer authored
When I was doing the MenuBar implementation, I made some changes to the PlatformMenuBar to allow it to understand shortcuts a little more, and to deprecate the body parameter rename it to child to match most other widgets. These are those changes, separated out because they are separable, and I'm trying to make the MenuBar PR smaller.
-
xubaolin authored
-
Jonas Uekötter authored
-