1. 13 Feb, 2023 1 commit
  2. 31 Jan, 2023 1 commit
  3. 20 Jan, 2023 1 commit
  4. 19 Jan, 2023 1 commit
    • Alex Wallen's avatar
      [macos] add flavor options to commands in the `flutter_tool` (#118421) · 73096fd9
      Alex Wallen authored
      * Add new macos target configured for flavors
      
      * Rename Free App copy-Info.plist to Free App Info.plist
      
      * Remove bogus entitlements
      
      * Remove Generated.xcconfig
      
      * Audit project.pbxproj
      
      * Remove unused configs
      
      * share one info.plist
      
      * Modify scheme so that paid app works
      
      * Codesign automatic
      
      * Pipe flavor as scheme into xcodebuild
      
      * Ignore incoming flavor string
      
      * pipe flavor for flutter run to work
      
      * Add devicelab tests
      
      * Error if host and target device are same for flutter install desktop
      
      * Avoid bang (!) by promoting a local.
      Co-authored-by: 's avatarJenn Magder <magder@google.com>
      
      * Add supportsInstall property
      
      * Override  in test classes
      
      * Add install test on macOS
      
      * Refactor application_package and add tests for package directory
      Co-authored-by: 's avatara-wallen <stephenwallen@google.com>
      Co-authored-by: 's avatarJenn Magder <magder@google.com>
      73096fd9
  5. 09 Jan, 2023 1 commit
  6. 07 Nov, 2022 1 commit
  7. 17 Oct, 2022 1 commit
  8. 04 Oct, 2022 1 commit
  9. 26 Sep, 2022 1 commit
  10. 16 Sep, 2022 2 commits
  11. 13 Sep, 2022 1 commit
  12. 12 Sep, 2022 1 commit
    • Liam Appelbe's avatar
      Null safety migration of packages/flutter_tools/bin (#110706) · e3b9223a
      Liam Appelbe authored
      * Migrate packages/flutter_tools/bin
      
      * Fix NPE
      
      * Fix test
      
      * Fix test
      
      * Fix l10n optionalParameters
      
      * Fix ChromeTab nullability
      
      * Fix another type cast error
      
      * Fix another cast error
      
      * Fix another cast error (copied from #110711)
      
      * Fix NPE
      
      * Fix another NPE
      
      * Assert that testDirectory is not null
      e3b9223a
  13. 12 Aug, 2022 1 commit
  14. 30 Jul, 2022 1 commit
  15. 29 Jul, 2022 1 commit
  16. 15 Jul, 2022 1 commit
  17. 13 Jul, 2022 1 commit
    • jensjoha's avatar
      Improve coverage speed by using new caching option for package:coverage (#107395) · 803ef6a4
      jensjoha authored
      Speedup coverage test runs by using (new) coverage handle with caching.
      
      On a `flutter test --coverage` run on `packages/flutter` the runtime goes from ~828 seconds to ~617 seconds, or a ~25% reduction in time spent (testing without coverage takes ~236 seconds so the overhead of `--coverage` in this case goes from ~592 seconds to ~381 seconds, or a ~35% reduction).
      803ef6a4
  18. 02 Jun, 2022 1 commit
  19. 31 May, 2022 1 commit
    • Chris Bracken's avatar
      [tool] Migrate off deprecated coverage paramters (#104997) · 73ae3243
      Chris Bracken authored
      In https://github.com/flutter/flutter/pull/103771, we rolled
      dependencies in Flutter, which triggered an update of package:coverage
      to v1.3.1. The new version includes
      https://github.com/dart-lang/coverage/pull/370 in which two deprecations
      landed:
      
      * The `Resolver` default constructor was deprecated and replaced with
        the `Resolver.create` static factory method, which unfortunately
        happens to be async.
      * The `packagesPath` parameter to `HitMap.parseJson`, which takes the
        path to the `.packages` file of the package for which coverage is to
        be collected, was deprecated. This parameter was 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 migrates off the deprecated `packagesPath` parameter to the
      replacement `packagePath` paramter.
      
      Issue: https://github.com/flutter/flutter/issues/103830
      73ae3243
  20. 24 May, 2022 1 commit
  21. 19 May, 2022 1 commit
  22. 13 May, 2022 1 commit
  23. 02 May, 2022 1 commit
  24. 27 Apr, 2022 1 commit
  25. 26 Apr, 2022 1 commit
  26. 15 Apr, 2022 1 commit
  27. 12 Apr, 2022 1 commit
  28. 08 Apr, 2022 1 commit
  29. 28 Mar, 2022 1 commit
  30. 17 Mar, 2022 1 commit
  31. 08 Mar, 2022 1 commit
  32. 18 Feb, 2022 1 commit
  33. 02 Feb, 2022 1 commit
  34. 13 Jan, 2022 2 commits
  35. 15 Dec, 2021 1 commit
  36. 11 Nov, 2021 1 commit
  37. 02 Nov, 2021 1 commit
  38. 21 Oct, 2021 1 commit