1. 06 Apr, 2022 23 commits
  2. 05 Apr, 2022 12 commits
  3. 04 Apr, 2022 5 commits
    • godofredoc's avatar
      Roll i10n localizations. (#101310) · 23b9d4f1
      godofredoc authored
      23b9d4f1
    • engine-flutter-autoroll's avatar
      Roll Engine from be4ce8d88362 to e7e7ca12529f (5 revisions) (#101319) · 28acccb3
      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)
      28acccb3
    • Jenn Magder's avatar
    • Flutter GitHub Bot's avatar
    • Greg Spencer's avatar
      Implements a PlatformMenuBar widget and associated data structures (#100274) · 2d9ad260
      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)
      2d9ad260