- 09 Dec, 2022 1 commit
-
-
Christopher Fujino authored
-
- 08 Dec, 2022 7 commits
-
-
Tae Hyung Kim authored
* init * add comment * make error more actionable
-
Loïc Sharma authored
Adds a test to verify the console output of `flutter run --release` on Windows. Part of: https://github.com/flutter/flutter/issues/111577
-
hangyu authored
* Update input_decorator_test.dart Update input_decorator.dart Update input_decorator.dart Update input_decorator.dart Update input_decorator.dart Update input_decorator.dart Revert "Update input_decorator.dart" This reverts commit 6a6d2fd0c145c15440405060190ef714b78441c9. Update input_decorator.dart Update input_decorator_test.dart Update input_decorator.dart lint * Update input_decorator.dart
-
sealesj authored
* add stable packaging builders * update testowners * consolidate and use enabled_branches * update to reflect the consolidation
-
ivirtex authored
* Add magnification of CupertinoSliverNavigationBar large title * Fix padding in maximum scale computation * Apply magnification by using RenderBox * Do not pass key to the superclass constructor * Use `clampDouble` instead of `clamp` extension method * Remove trailing whitespaces to make linter happy * Name test variables more precisely * Move transform computation to `performLayout` and implement `hitTestChildren` * Address comments * Address comments * Address comments * Update comment about scale * Fix hit-testing * Fix hit-testing again * Make linter happy * Implement magnifying without using LayoutBuilder * Remove trailing spaces * Add hit-testing of the large title * Remove whitespaces * Fix scale computation and some tests * Fix remaining tests * Refactor and fix comments * Update comments
-
zmtzawqlp authored
-
engine-flutter-autoroll authored
* 93a63b36e [google_maps_flutter] Add support to request map renderer for Android (flutter/plugins#6619) * ca3d56973 Roll Flutter from e2fb672a to a570fd25 (15 revisions) (flutter/plugins#6804) * 51434ec83 [google_maps_flutter] Roll cupertino_icons for compatibility with Dart 3 (flutter/plugins#6807)
-
- 07 Dec, 2022 17 commits
-
-
Siva authored
-
Alexander Thomas authored
* Unpin assets_for_android_views git dependency It needs to pick-up changes made to the pubspec.yaml to be Dart 3.0 compatible and dev/integration_tests/android_views/pubspec.yaml already uses the same dependency unpinned. * Also unpin hybrid_android_views * Pin android_views to the new flutter/goldens ref * Pin hybrid_android_views to newer flutter/goldens
-
Robert Ancell authored
Add Linux files for hello_world and platform_channel examples
-
Michael Goderbauer authored
* LookupBoundary simplified * tests * doc and impl complete * doc fixes * add more tests * review * empty
-
Casey Hillers authored
Revert "Speed up first asset load by encoding asset manifest in binary rather than JSON (#113637)" (#116662) This reverts commit 56cad89b.
-
chunhtai authored
* Adds semantics merger API and fix input decorator * addressing comments * abstractnode to object * feature complete * addressing comments * fix comments * conditionally add sort order * fix bool * fix test * more fix * fix tests
-
engine-flutter-autoroll authored
* 610370eb6 Revert "[camera] Add ability to concurrently record and stream video (#6290)" (flutter/plugins#6796) * 36526ee23 [ci] Fix macOS LUCI merge base (flutter/plugins#6798) * 7b5d8323e Roll Flutter from 30fc993c to e2fb672a (25 revisions) (flutter/plugins#6802)
-
godofredoc authored
This is removing the temporary comments and simplifying the name. Bug: https://github.com/flutter/flutter/issues/115489
-
harperl-lgtm authored
* Date picker special labeling for currentDate with localization and tests. * Updated CalendarDatePicker semantics test * removed recursive import * changed labeling for current date to be less verbose
-
engine-flutter-autoroll authored
* 5429243d3 [Impeller Scene] Render imported meshes (flutter/engine#38097) * 67254d6e4 Use announce function in live region (flutter/engine#38084)
-
engine-flutter-autoroll authored
* 267f0d849 Roll Skia from aea62b0970c3 to dd3285a80b23 (1 revision) (flutter/engine#38111) * 5ad341776 [Impeller] Remove unused flag enable-impeller-vulkan. (flutter/engine#38109) * 185e2f3d4 Pin the analyzer package version in lib/web_ui (flutter/engine#38114)
-
Greg Spencer authored
* Make some minor changes in preparation for updating the Time Picker to M3 * Revert OutlineInputBorder.borderRadius type change * Revert more OutlineInputBorder.borderRadius changes.
-
Greg Spencer authored
* Add ListenableBuilder with examples * Add tests * Add tests * Fix Test * Change AnimatedBuilder to be a subclass of ListenableBuilder
-
Camille Simon authored
* Remove flaky label * Have test install debug version * Fix test * Undo change * Properly test change * Empty-Commit * Revert testing changes
- 06 Dec, 2022 15 commits
-
-
engine-flutter-autoroll authored
* 143977b53 Roll Skia from b63a254727f3 to 13e5241ce8b7 (6 revisions) (flutter/engine#38106) * 9554754ac [web:canvaskit] test zero font size (flutter/engine#37916) * 4f22c2789 Roll Skia from 13e5241ce8b7 to aea62b0970c3 (2 revisions) (flutter/engine#38107)
-
Michael Thomsen authored
-
Loïc Sharma authored
* [Android] Refactor the flutter run Android console output test * CI bump
-
Greg Spencer authored
* Fix MenuAnchor padding * Add tests
-
Parker Lougheed authored
No longer generates weird constructor-like calls interspersed. Fixes https://github.com/dart-lang/dartdoc/issues/3201
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
12ad3d766 Disable an extension in Xvfb to work around errors seen when running Impeller/Vulkan unit tests (flutter/engine#38092) (#116604)
-
godofredoc authored
This is to enable testing of the packaging scripts on master/main branches. Bug: https://github.com/flutter/flutter/issues/115489
-
Tae Hyung Kim authored
* init * empty commit to start google testing
-
engine-flutter-autoroll authored
* 75b7f317d Roll Fuchsia Mac SDK from 8p38Xk7Z7OLI7OA7R... to crEcyXdyZ686cAqMV... (flutter/engine#38100) * 86d7cbf09 Check for renderer-specific versions of the tests first. (flutter/engine#38088)
-
Jason C.H authored
* Fix windows version validator under Chinese * Update authors * Update RegExp to reduce groups * Add a trailing newline
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
* 63f1b8fb6 [camera] Handle empty grantResults on permission request (flutter/plugins#6758) * 1579f2f33 Roll Flutter from 33f3e13d to 30fc993c (6 revisions) (flutter/plugins#6791) * 345bddbd8 [gh_actions]: Bump github/codeql-action from 2.1.27 to 2.1.35 (flutter/plugins#6788) * 374e59804 [camera] Add ability to concurrently record and stream video (flutter/plugins#6290)
-
Pierre-Louis authored
* Introduce flag to maximally apply CupertinoTheme * add missing docs * add tests * fix docs * fix test
-