1. 12 Sep, 2023 1 commit
  2. 21 Mar, 2023 1 commit
  3. 09 Dec, 2022 1 commit
    • Siva's avatar
      Manual Roll of Flutter Engine from 67254d6e4b03 to 8d83b98c55b3 (#116635) · 7c8e1713
      Siva authored
      * Roll Flutter Engine from 67254d6e4b03 to 8d83b98c55b3
      
      * Roll Dart SDK from 35a9facce191 to e517487c5679 (Dart 3.0) (#38105)
      
      * Bump SDK versions.
      
      * Bump Dart SDK version constraints
      
      * Update shrine package to 2.0.1 (null safe version)
      
      * Fix more tests.
      
      * Include patches from Jason for min android sdk version
      
      * Fix analyzer warning
      7c8e1713
  4. 25 Oct, 2022 1 commit
  5. 26 May, 2022 1 commit
    • Danny Tuppeny's avatar
      Fix issues running integration tests through DAP debug adapter (#104618) · 14702036
      Danny Tuppeny authored
      * Fix issues running integration tests through DAP
      
      These adapters were incorrectly trying to connect a DDS instance even when Flutter would create its own. This change disables DDS in the DAP layer and leaves it to Flutter (although it passes `--no-dds` on to Flutter if provided to the DAP process).
      
      Also fixes an issue where we would unnecessarily connect the VM Service for tests even in 'noDebug' mode because of a change/fix that now includes a 'vmServiceUri' in the `test.startedProcess` event.
      14702036
  6. 06 Apr, 2022 1 commit
    • creativecreatorormaybenot's avatar
      Use single quotes for `dartSdkVersionBounds` (#101270) · 96add419
      creativecreatorormaybenot authored
      * Use single quotes for `dartSdkVersionBounds`
      
      * Update update_packages_test.dart
      
      * Update test_project.dart
      
      * Update tests_project.dart
      
      * Update compile_error_project.dart
      
      * Update hot_reload_with_asset.dart
      
      * Update break_on_framework_exceptions_test.dart
      
      * Update basic_project.dart
      96add419
  7. 29 Oct, 2021 1 commit
  8. 28 Oct, 2021 1 commit
  9. 27 Jan, 2021 1 commit
  10. 12 Nov, 2020 1 commit
  11. 30 Oct, 2020 1 commit
  12. 08 Sep, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] standardize patterns for integration.shard (#64980) · 6b444c4d
      Jonah Williams authored
      Integration tests must only go through the real file system/process manager/platform. The global indirection makes this code harder to understand than if it directly referred to the concrete instances that are being used.
      
      Update the integration shard to use a const instance of a LocalFIleSystem, LocalProcessManager, and LocalPlatform. Remove global usage and apply testWithoutContext.
      6b444c4d
  13. 02 Apr, 2020 1 commit
  14. 06 Jan, 2020 1 commit
  15. 27 Nov, 2019 1 commit
    • Ian Hickson's avatar
      License update (#45373) · 449f4a66
      Ian Hickson authored
      * Update project.pbxproj files to say Flutter rather than Chromium
      
      Also, the templates now have an empty organization so that we don't cause people to give their apps a Flutter copyright.
      
      * Update the copyright notice checker to require a standard notice on all files
      
      * Update copyrights on Dart files. (This was a mechanical commit.)
      
      * Fix weird license headers on Dart files that deviate from our conventions; relicense Shrine.
      
      Some were already marked "The Flutter Authors", not clear why. Their
      dates have been normalized. Some were missing the blank line after the
      license. Some were randomly different in trivial ways for no apparent
      reason (e.g. missing the trailing period).
      
      * Clean up the copyrights in non-Dart files. (Manual edits.)
      
      Also, make sure templates don't have copyrights.
      
      * Fix some more ORGANIZATIONNAMEs
      449f4a66
  16. 13 Jul, 2019 1 commit
  17. 19 Jan, 2019 1 commit
    • Ian Hickson's avatar
      [O] Removing all timeouts (mark II) (#26736) · 31a9626c
      Ian Hickson authored
      These are essentially self-inflicted race conditions. Instead of timeouts we're going to try a more verbose logging mechanism that points out when things are taking a long time.
      31a9626c
  18. 15 Jan, 2019 1 commit
    • Danny Tuppeny's avatar
      Fix+unskip `flutter test` expression eval tests (#26579) · fda193aa
      Danny Tuppeny authored
      * Fix `flutter test`e xpression eval tests
      
      We weren't passing `beforeStart` through so the breakpoints were never being set, which means the evaluations were happening while the code was running.
      
      * Ensure we wait for breakpoints before trying to evaluate
      fda193aa
  19. 10 Jan, 2019 1 commit