This project is mirrored from https://github.com/flutter/flutter.git.
Pull mirroring failed .
Last successful update .
Last successful update .
- May 20, 2022
-
-
Xilai Zhang authored
'Update Engine revision to caaafc5604ee9172293eb84a381be6aadd660317 for stable release 3.0.1' (#104213)
-
- May 10, 2022
-
-
Casey Hillers authored
* [flutter_tools] update feature defaults (#102937) * 'Create candidate branch version flutter-2.13-candidate.0 for stable' * 'Update Engine revision to d1b9a6938ad77326ac3a94d92bbc77933ed829ed for stable release 2.13.0' * Revert "'Create candidate branch version flutter-2.13-candidate.0 for stable'" This reverts commit 1884549d2e789e361e7510a2afdda9c7fe5bedfc. Co-authored-by:
Christopher Fujino <christopherfujino@gmail.com>
-
- May 06, 2022
-
-
Mudita Tandon authored
* Add the new hash * [flutter.js] Wait for reg.update, then activate sw (if not active yet). (#101464) * Avoid scheduling a forced frame when there is no child to the renderView (#102556) * Migrate AppBar to Material 3 (#101884) * Keeping the super parameters * Fixing semi-colon issue Co-authored-by:
David Iglesias <ditman@gmail.com> Co-authored-by:
Dan Field <dnfield@google.com> Co-authored-by:
Darren Austin <darrenaustin@google.com>
-
- Apr 28, 2022
-
-
Casey Hillers authored
Co-authored-by:
keyonghan <54558023+keyonghan@users.noreply.github.com>
-
Casey Hillers authored
* Handle CocoaPods ffi stderr (#102327) * Hide unresolved DartUri log messages (#102338) * 'Create candidate branch version flutter-2.13-candidate.0 for beta' * 'Update Engine revision to 3096903c8923608d3c1ccf8058a29c31a2bfbc53 for beta release 2.13.0-0.3.pre' * Update release-candidate-branch.version * Update packages/flutter_tools/lib/src/macos/cocoapods.dart * Remove skipped test from CP issue Co-authored-by:
Jenn Magder <magder@google.com> Co-authored-by:
Elliott Brooks (she/her) <21270878+elliette@users.noreply.github.com>
-
- Apr 20, 2022
-
-
Christopher Fujino authored
Co-authored-by:
Casey Hillers <chillers@google.com>
-
Casey Hillers authored
* Ensure that the engine frame callbacks are installed if the first scheduled frame is a forced frame (#101544) See https://github.com/flutter/flutter/issues/98419 * Migrate common buttons to Material 3 (#100794) * Always finish the timeline event logged by Element.inflateWidget (#101794) * 'Create candidate branch version flutter-2.13-candidate.0 for beta' * 'Update Engine revision to 24a02fa5ee681840cdc842c22f4cb4bdd5ec3115 for beta release 2.13.0-0.2.pre' * Update release-candidate-branch.version Co-authored-by:
Jason Simmons <jason-simmons@users.noreply.github.com> Co-authored-by:
Darren Austin <darrenaustin@google.com>
-
- Apr 13, 2022
-
-
Kevin Chisholm authored
* 'Create candidate branch version flutter-2.13-candidate.0 for beta' * 'Update Engine revision to 499984f99cfe01e3b69d962ec4847f70c4317694 for beta release 2.12.0-4.1.pre' * update candidate version
-
- Apr 09, 2022
-
-
Casey Hillers authored
-
- Apr 08, 2022
-
-
Casey Hillers authored
This reverts commit 0b216f7a.
-
Casey Hillers authored
Co-authored-by:
Michael Goderbauer <goderbauer@google.com>
-
- Apr 06, 2022
-
-
engine-flutter-autoroll authored
* 9b3117a7b Create `ImageFilter.dilate`/`ImageFilter.erode` (flutter/engine#32334) * 92a6ade97 Roll Fuchsia Mac SDK from m_-rjFvCk... to hJaq9O7XI... (flutter/engine#32402) * 31fd1bb85 Roll Fuchsia Linux SDK from 5abhmXb9Q... to WdxX5Sqix... (flutter/engine#32403) * f08880170 Roll Skia from 5215ec1ab9cd to fd9c66e18030 (1 revision) (flutter/engine#32406) * ac21195d3 Fix inconsistent enum/class private member naming (flutter/engine#32409) * 75e7cfde7 Fix deltas when selection is active and composing begins on MacOS (flutter/engine#32412) * 7e5989b3c Fix SemanticsAction naming consistency (flutter/engine#32411) * 1b3e9dc89 Fix a crash when setting clipboardData to null on iOS (flutter/engine#32413) * ef50b28dc Roll Fuchsia Linux SDK from WdxX5Sqix... to PmeDIogNb... (flutter/engine#32422) * b48d65e88 Roll Fuchsia Mac SDK from hJaq9O7XI... to WBAQhRswX... (flutter/engine#32423)
-
Christopher Fujino authored
-
Zachary Anderson authored
-
Kevin Chisholm authored
* [experiment] Release note generation * [experiment] Release note generation
-
Casey Hillers authored
-
gaaclarke authored
* Added a bool that allows us to limit debugProfileBuildsEnabled to user created widgets. * made it turned on by default * switched to hashmap * Cleaned everything up and added tests * fixed an odd test where it wants to be able to add asserts and run in profile mode * hixie feedback * hixie2 * made it default to false * updated docstring as per dans request
-
Jenn Magder authored
-
Casey Hillers authored
-
keyonghan authored
* use separate file names for same test * use string buffer
-
- Apr 05, 2022
-
-
Pierre-Louis authored
* add code to generate new icon demo and make font family optional * remove trailing spaces * Update update_icons_test.dart * remove trailing space
-
Jenn Magder authored
-
godofredoc authored
-
engine-flutter-autoroll authored
* f4e33bae7 Roll Dart SDK from 2271a7948692 to 760722f8224b (1 revision) (flutter/engine#32396) * 041ad6472 Roll Fuchsia Mac SDK from mbPpHdT-i... to m_-rjFvCk... (flutter/engine#32397) * 5d497ab5a Roll Fuchsia Linux SDK from pnlwVqOTT... to 5abhmXb9Q... (flutter/engine#32398) * 5bf8acdfc [fuchsia] Support --no-prebuilt-dart-sdk in build_fuchsia_artifacts. (flutter/engine#32311) * e7e7ca125 Always initialize the _weakFactory in FlutterViewController (flutter/engine#32395)
-
Jenn Magder authored
-
Flutter GitHub Bot authored
-
Greg Spencer authored
Implements a PlatformMenuBar widget and associated data structures for defining menu bars that use native APIs for rendering. This PR includes: A PlatformMenuBar class, which is a widget that menu bar data can be attached to for sending to the platform. A PlatformMenuDelegate base, which is the type taken by a new WidgetsBinding.platformMenuDelegate. An implementation of the above in DefaultPlatformMenuDelegate that talks to the built-in "flutter/menu" channel to talk to the built-in platform implementation. The delegate is so that a plugin could override with its own delegate and provide other platforms with native menu support using the same widgets to define the menus. This is the framework part of the implementation. The engine part will be in flutter/engine#32080 (and flutter/engine#32358)
-
Jenn Magder authored
-
keyonghan authored
[Revert] Skip overall_experience_test.dart: flutter run writes and clears pidfile appropriately (#101267) * restore test * use seed 20211102 * restore seed
-
chunhtai authored
* Fix crashes when current route parsing transactions are discarded * refactor * update
-
Flutter GitHub Bot authored
-
Flutter GitHub Bot authored
-
engine-flutter-autoroll authored
* b28563ecc Roll Skia from de6af36e6ebf to 2921f7df36f0 (1 revision) (flutter/engine#32393) * be4ce8d88 Roll Skia from 2921f7df36f0 to 5215ec1ab9cd (3 revisions) (flutter/engine#32394)
-
- Apr 02, 2022
-
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
Yegor authored
-
engine-flutter-autoroll authored
-