1. 09 Jun, 2022 1 commit
  2. 07 Jun, 2022 3 commits
  3. 06 Jun, 2022 2 commits
  4. 04 Jun, 2022 1 commit
  5. 03 Jun, 2022 2 commits
  6. 01 Jun, 2022 2 commits
  7. 31 May, 2022 1 commit
  8. 30 May, 2022 2 commits
  9. 27 May, 2022 3 commits
  10. 26 May, 2022 2 commits
  11. 25 May, 2022 2 commits
  12. 24 May, 2022 1 commit
  13. 21 May, 2022 1 commit
  14. 20 May, 2022 3 commits
  15. 19 May, 2022 3 commits
  16. 18 May, 2022 3 commits
  17. 17 May, 2022 1 commit
    • engine-flutter-autoroll's avatar
      Roll Flutter Engine from fce741dd83cf to 8ab17202937d (7 revisions) (#103982) · 9651f1d7
      engine-flutter-autoroll authored
      * e0f736dab Set error handler (flutter/engine#33402)
      
      * dcd596a99 Roll Dart SDK from 381855557df2 to f3bf9025c141 (1 revision) (flutter/engine#33411)
      
      * 5c2a16e07 Roll Fuchsia Linux SDK from F0_B8WVKY... to IZ7_b83xC... (flutter/engine#33415)
      
      * 4958a245a Roll dart sdk to 1bdb83bddf96c41cc046810c697a2c80bfaaaf19 (flutter/engine#33416)
      
      * d2fd3d852 Roll Fuchsia Mac SDK from t_ky8l6nb... to egBfZMmTP... (flutter/engine#33417)
      
      * d58fc83f1 Roll Dart SDK from 1bdb83bddf96 to 0bc104c3e959 (1 revision) (flutter/engine#33419)
      
      * 8ab172029 Roll Skia from 0a5146ca3ffd to 16fa353926b8 (28 revisions) (flutter/engine#33420)
      
      * Remove fraction translation
      
      * Update codesign.dart
      Co-authored-by: 's avatarJonah Williams <jonahwilliams@google.com>
      9651f1d7
  18. 14 May, 2022 3 commits
    • Chris Bracken's avatar
      Roll dependendencies (#103771) · 27c6cdb4
      Chris Bracken authored
      Roll dependendencies
      
      This rolls depdendencies to latest using
      flutter update-packages --force-upgrade
      
      This change includes three code changes:
      
      * Removes charcode from the dependencies allowlist since it no longer
        appears in the transitive closure of dependencies of the flutter,
        flutter_test, flutter_driver, flutter_localizations, and
        integration_test packages.
      
      * Uses Resolver.create instead of the deprecated Resolver constructor.
        The default Resolver constructor has been deprecated in favour of the
        static Resolver.create() factory function, which unfortunately happens
        to be async. Propagated the async-ness up the chain.
        This change was partially reverted and the deprecation ignored in this
        patch until package:coverage can be rolled internally at Google.
      
      * Eliminates the use of the deprecated packagesPath parameter to
        HitMap.parseJson. This parameter was deprecated and 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 change was partially reverted and the deprecation ignored in this
        patch until package:coverage can be rolled internally at Google.
      
      This is a pre-update prior to updating flutter_template_images in
      https://github.com/flutter/flutter/pull/103739
      
      Issue: https://github.com/flutter/flutter/issues/103371
      Issue: https://github.com/flutter/flutter/issues/103775
      Issue: https://github.com/flutter/flutter/issues/103830
      
      When re-applying the partially-reverted changes to code coverage,
      we'll need to patch host_entrypoint.dart internally to await the Future
      that we'll be returning rather than a non-async value.
      27c6cdb4
    • Jonah Williams's avatar
      90a592bf
    • Chris Bracken's avatar
      [ci] Add pointer to template image assets wiki (#103787) · 110c0a7f
      Chris Bracken authored
      Many of our flutter_tools templates include image assets such as
      application icons. Adding these will trigger an analysis error from our
      CI tooling.
      
      This adds a pointer to the wiki describing the procedure for adding or
      updating image assets in the templates:
      https://github.com/flutter/flutter/wiki/Managing-template-image-assets
      
      Uncovered while working on https://github.com/flutter/flutter/issues/103371
      110c0a7f
  19. 13 May, 2022 4 commits