1. 04 Oct, 2022 1 commit
  2. 09 Sep, 2022 1 commit
  3. 05 Sep, 2022 1 commit
  4. 30 Jul, 2022 2 commits
  5. 29 Jul, 2022 1 commit
  6. 27 Jul, 2022 2 commits
  7. 26 Jul, 2022 1 commit
  8. 22 Jul, 2022 1 commit
  9. 19 Jul, 2022 1 commit
  10. 07 Jul, 2022 1 commit
  11. 30 Jun, 2022 1 commit
  12. 25 Jun, 2022 1 commit
    • Brandon DeRosier's avatar
      Fix .packages breakage and roll engine to 83b9a591a3d5 (#106584) · 097c162c
      Brandon DeRosier authored
      * 9508a368d Roll Dart SDK from 692562354d6d to d3b8091c30f0 (1 revision) (flutter/engine#34273)
      
      * a2985c034 Roll Fuchsia Linux SDK from F1U6IH2Nf... to aRT7s0Yct... (flutter/engine#34251)
      
      * 54867f360 Roll Skia from bdd0205ae470 to 4345a2ea731a (1 revision) (flutter/engine#34268)
      
      * 98221a22d Clean up text input configuration in clearTextInputClient (flutter/engine#34209)
      
      * b9e02cc83 Adds a license check shard to CI (flutter/engine#34274)
      
      * 1daf7ba98 [Impeller] Metal:Reset Encoder viewport and scissor rect in case the command specifies no opinion (flutter/engine#34252)
      
      * 83b9a591a [Linux] remove duplicate clone_string() in favor of g_strdup() (flutter/engine#34031)
      
      * Don't use .packages
      
      * Another attempt
      Co-authored-by: 's avatarengine-flutter-autoroll <engine-flutter-autoroll@skia.org>
      097c162c
  13. 18 Jun, 2022 1 commit
  14. 25 May, 2022 1 commit
  15. 24 May, 2022 1 commit
  16. 20 May, 2022 1 commit
  17. 12 May, 2022 1 commit
  18. 04 May, 2022 1 commit
  19. 27 Apr, 2022 2 commits
  20. 26 Apr, 2022 1 commit
  21. 15 Apr, 2022 1 commit
  22. 12 Apr, 2022 1 commit
  23. 10 Apr, 2022 1 commit
  24. 05 Apr, 2022 1 commit
    • gaaclarke's avatar
      Made flag for debugging build time of user created widgets (#100926) · 35b18ba2
      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
      35b18ba2
  25. 31 Mar, 2022 1 commit
  26. 29 Mar, 2022 1 commit
  27. 22 Mar, 2022 1 commit
    • Chris Bracken's avatar
      [macOS] Use arm64 snapshot in arm64 App.framework (#100504) · fd3c34c9
      Chris Bracken authored
      Previously, https://github.com/flutter/flutter/pull/100271 enabled
      building universal macOS binaries by default, but included a bug causing
      the arm64 App.framework to be built such that the TEXT section
      containing the app instructions built by gen_snapshot incorrectly
      contained x86_64 instructions rather than arm64 instructions.
      
      When building macOS (and iOS) apps, Flutter builds them in three
      components:
      * The Runner application: built by Xcode
      * The bundled App.framework: built from assembly code generated by
        gen_snapshot from the application's Dart sources.
      * The bundled FlutterMacOS.framework: built as part of the engine build
        and packaged by copying the distributed binary framework from our
        artifacts cache.
      
      Building App.framework consists of the following steps:
      * For each architecture, invoke gen_snapshot to generate
        architecture-specific assembly code, which is then built to object
        code and linked into an architecture-specific App.framework.
      * Use the `lipo` tool to generate a universal binary that includes both
        x86_64 and arm64 architectures.
      
      Previously, we were building architecture specific App.framework
      binaries. However, for all architectures we were (mistakenly) invoking
      the general `gen_snapshot` tool (which emitted x64 instructions, and
      which is now deprecated) instead of the architecture-specific
      `gen_snapshot_x86` and `gen_snapshot_arm64` builds which emit
      instructions for the correct architecture.
      
      This change introduces a small refactoring, which is to split the
      `getNameForDarwinArch` function into two functions:
      * `getDartNameForDarwinArch`: the name for the specified architecture as
        used in the Dart SDK, for example as the suffix of `gen_snapshot`.
      * `getNameForDarwinArch`: the name for the specified architecture
        as used in Apple tools, for example as an argument to `lipo`. For
        consistency, and to match developer expectations on Darwin platforms,
        this is also the name used in Flutter's build outputs.
      
      Issue: https://github.com/flutter/flutter/issues/100348
      fd3c34c9
  28. 21 Mar, 2022 1 commit
  29. 02 Mar, 2022 1 commit
    • gaaclarke's avatar
      Starts using the `--source` flag to compile the dart registrant. (#98046) · fdcd1446
      gaaclarke authored
      * Starts using the `--source` flag to compile the dart registrant.
      
      * updated general.shard tests
      
      * Fixed the resident compiler flow
      
      * added integration test
      
      * made the integration test self contained
      
      * renamed generated_main to dart_plugin_registrant
      
      * cleaned up for review
      
      * added task runner for ci
      
      * added bringup and TESTOWNERS
      
      * updated failure message
      fdcd1446
  30. 24 Jan, 2022 1 commit
  31. 12 Nov, 2021 1 commit
  32. 04 Nov, 2021 1 commit
  33. 02 Nov, 2021 1 commit
  34. 21 Oct, 2021 1 commit
  35. 20 Oct, 2021 1 commit
  36. 12 Oct, 2021 1 commit
  37. 08 Oct, 2021 1 commit