- 16 Dec, 2022 17 commits
-
-
gaaclarke authored
-
Jackson Gardner authored
* Use the name of errors, not the diagnostic messages. * Trailing comma.
-
htoor3 authored
* Remove DoNothing actions for shift + left/right keyboard shorcuts on web and add tests * Fix spacing * Add select all left/right cases + tests
-
Drew Roen authored
-
Greg Spencer authored
* Fix Menu shortcut labels * Remove invalid localizations * Add more localization for Shift * Add generated localizations * Fix Test
-
LongCatIsLooong authored
* Always defer systemFontsDidChange to transientCallbacks phase * unnecessary import
-
Casey Hillers authored
Revert "Inject current `FlutterView` into tree and make available via `View.of(context)` (#116924)" (#117214) This reverts commit a34e4194.
-
engine-flutter-autoroll authored
* 6c0df1a0c Roll Flutter (stable) from b8f7f1f9869b to 135454af3247 (6 revisions) (flutter/plugins#6850) * 6bba84334 [webview_flutter_android] Copies Android implementation of webview_flutter from v4_webview (flutter/plugins#6851) * cbcf50726 [webview_flutter_wkwebview] Copies iOS implementation of webview_flutter from v4_webview (flutter/plugins#6852)
-
Eilidh Southren authored
* Bottom App Bar M3 background color fix * update test * test update * remove whitespace
-
Lucas.Xu authored
-
LongCatIsLooong authored
This reverts commit 9f6090c9.
-
godofredoc authored
* Run packaging on presubtmit. Test release package generation on presubmit. Bug: https://github.com/flutter/flutter/issues/28618 Bug: https://github.com/flutter/flutter/issues/60706 * Run packaging_test on all branches.
-
Jason Simmons authored
-
Christopher Fujino authored
* pin package intl and roll pub packages * add test * fix analysis
-
Michael Goderbauer authored
* enable View.of * tests * ++ * greg review * rewording * hide view from public
-
fzyzcjy authored
-
- 15 Dec, 2022 14 commits
-
-
godofredoc authored
Without passing this dimension there is a chance that the build will run on a arm64 machine.
-
hellohuanlin authored
* [tools]some ui polish for build ipa validation * do not print out a few success validations * rename installed type to success for more general usage * forgot nit after reverting custom validation types and re-use doctor types
-
hangyu authored
* Update navigator.dart * Update navigator.dart * Add test * Update navigator.dart * lint * Update packages/flutter/test/widgets/navigator_test.dart Co-authored-by: chunhtai <47866232+chunhtai@users.noreply.github.com> * Update packages/flutter/test/widgets/navigator_test.dart Co-authored-by: chunhtai <47866232+chunhtai@users.noreply.github.com> Co-authored-by: chunhtai <47866232+chunhtai@users.noreply.github.com>
-
dependabot[bot] authored
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.0.6 to 2.1.0. - [Release notes](https://github.com/ossf/scorecard-action/releases) - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md) - [Commits](https://github.com/ossf/scorecard-action/compare/99c53751e09b9529366343771cc321ec74e9bd3d...937ffa90d79c7d720498178154ad4c7ba1e4ad8c) --- updated-dependencies: - dependency-name: ossf/scorecard-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Christopher Fujino authored
* wip * remove temp text file * fix tests * add test * default to off * restore gitignore * update * apply annotation to cupertino icons as well * update reference to library in icon_tree_shaker.dart * update tests * fix tests * remove hack to skip non-const check on web * add hint about how much reduction and test
-
Jenn Magder authored
-
stuartmorgan authored
* Add an integration test to plugin template example Dart unit tests don't exercise host-side plugin code at all, so the example tests in the plugin template currently have very little meaningful coverage. This adds an integration test to the example app when creating a plugin, so that there's an example of how to actually test that a complete round-trip plugin call works. This is done as a separate template that's currently only used by the plugin template because I don't know what a good example for a non-plugin case would be that isn't largely just a duplicate of the widget tests. However, the integration test pre-includes conditionals around the parts that are plugin-specific so that it can more easily be expanded to other use cases later (e.g., in https://github.com/flutter/flutter/issues/68818). Part of https://github.com/flutter/flutter/issues/82458 * Add integration test to expected dependencies of a plugin app * Test fixes * Make an explicit test case
-
engine-flutter-autoroll authored
* df430c4fd Revert "[Impeller] Speculatively attempt to fix Metal PSO construction errors on host targets." (flutter/engine#38292) * 41dd4f5e1 Revert "Revert "[Impeller] Speculatively attempt to fix Metal PSO construction errors on host targets." (#38292)" (flutter/engine#38301) * 8ce9a3f71 Roll Skia from 3171deabd88a to b368746d696a (13 revisions) (flutter/engine#38294) * 4881fe25e Revert "Revert "reland "Migrate darwin common "framework_shared" target to ARC #37049" (#37219)" (#37320)" (flutter/engine#37883) * 3b2302c8d [Impeller] Remove validation log when the pipeline library is collected before pipeline is setup. (flutter/engine#38306) * a04997c81 [Impeller] Disable impeller_unittests. (flutter/engine#38307) * fc71faad0 License script improvements (flutter/engine#38148) * 6a2560c35 [Windows] Synthesize modifier keys events on pointer events (flutter/engine#38138) * b1d407563 Roll Skia from b368746d696a to 3f81f95176ce (11 revisions) (flutter/engine#38312) * b25fcf748 Roll Skia from 3f81f95176ce to 46e8f2a18a3d (3 revisions) (flutter/engine#38314) * 948699bba Collapse bounds calculations into DisplayListBuilder (flutter/engine#34365) * 38367de84 Roll Fuchsia Mac SDK from u-tC0QEGUT4xQ4KOo... to VEOIaacOA75U7PYyz... (flutter/engine#38316) * 29196519c Roll Skia from 46e8f2a18a3d to 9f728d78f10d (1 revision) (flutter/engine#38317)
-
Martin Kustermann authored
This improves the documentation of the `compute()` function as follows: * Instead of making `compute` a top-level constant, we make it a function. This allows the generated API docs to show a function signature with parameters and their names, making it *much* clearer to users what function is being documented. * We mention that on web-backends this is running `compute()` on the normal eventloop whereas on on native platforms it runs in a separate isolate. * We mention that callback, message and result have to be sendable across isolates. We also mention that they may be copied. * We link to both `Isolate.run` & `SendPort.send` for more information. * We use `M` for the type of `message` instead the rather confusing `Q`.
-
Justin McCandless authored
Just two small typo fixes.
-
engine-flutter-autoroll authored
* 00b77e4cc Roll Flutter from 15af8178 to 028c6e29 (13 revisions) (flutter/plugins#6843) * b2cdcb69a [camera_android_camerax] `unnecessary_parenthesis` lint fix (flutter/plugins#6841) * 3a093e49b [various] Enable avoid_print (flutter/plugins#6842) * 78de28ca2 [webview_flutter_platform_interface] Updates platform interface to new interface (flutter/plugins#6846)
-
Jonah Williams authored
This reverts commit e331dcda.
-
Michael Goderbauer authored
-
engine-flutter-autoroll authored
* 1a1b1feee Roll Skia from 537e1e8c1ca6 to 729ccbfb87bc (7 revisions) (flutter/engine#38277) * 3b18821e1 Roll Fuchsia Linux SDK from A0jnUUORf2LQu1z2V... to e2lfUFBW5ddtTZBbw... (flutter/engine#38280) * beb94ea2c Roll Skia from 729ccbfb87bc to 3171deabd88a (4 revisions) (flutter/engine#38279) * 8f9071ab9 Roll Fuchsia Mac SDK from FQQdl8AGAsALFniHl... to u-tC0QEGUT4xQ4KOo... (flutter/engine#38282) * aa78cd8d6 add link to website (flutter/engine#38273) * 955447b35 pylint all Python scripts under testing/ (flutter/engine#38268) * 3f22e1958 [web] correct float count in runtime effect (flutter/engine#38288) * 479bb736f Fix issues related to keyboard inset (flutter/engine#37719) * 6cd85616b [macOS] Refactor rendering infrastructure (flutter/engine#37789) * d1533d12b [web] Make Canvaskit's malloc more useful (flutter/engine#38130) * db5605ea7 Fix new `unnecessary_parenthesis` diagnostics. (flutter/engine#38291)
-
- 14 Dec, 2022 9 commits
-
-
Michael Goderbauer authored
-
Tomasz Gucio authored
-
Darren Austin authored
-
Siva authored
skia-flutter-autoroll Roll Dart SDK from f32c7b011906 to 358d0d1aa3e7 (2 revisions) (#38274)
-
Phil Quitslund authored
-
Taha Tesser authored
* [reland] Add Material 3 support for `ListTile` - Part 1 * Update doc
-
Alexander Markov authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
10c029399 [local_auth]: Bump fragment from 1.5.4 to 1.5.5 in /packages/local_auth/local_auth_android/android (flutter/plugins#6826) (#117078)
-