1. 21 Mar, 2019 1 commit
  2. 01 Mar, 2019 1 commit
    • Alexandre Ardhuin's avatar
      Add missing trailing commas (#28673) · 387f8854
      Alexandre Ardhuin authored
      * add trailing commas on list/map/parameters
      
      * add trailing commas on Invocation with nb of arg>1
      
      * add commas for widget containing widgets
      
      * add trailing commas if instantiation contains trailing comma
      
      * revert bad change
      387f8854
  3. 21 Feb, 2019 1 commit
  4. 05 Feb, 2019 1 commit
  5. 30 Jan, 2019 1 commit
  6. 26 Jan, 2019 1 commit
  7. 09 Nov, 2018 1 commit
  8. 19 Oct, 2018 1 commit
  9. 09 Oct, 2018 1 commit
  10. 05 Oct, 2018 1 commit
  11. 04 Oct, 2018 1 commit
  12. 01 Oct, 2018 1 commit
  13. 12 Sep, 2018 1 commit
  14. 04 Sep, 2018 2 commits
  15. 02 Aug, 2018 1 commit
  16. 27 Jul, 2018 1 commit
  17. 23 Jul, 2018 1 commit
  18. 20 Jul, 2018 1 commit
  19. 16 Jul, 2018 2 commits
  20. 09 Jul, 2018 1 commit
  21. 01 Jul, 2018 1 commit
  22. 27 Jun, 2018 1 commit
  23. 15 Jun, 2018 2 commits
  24. 13 Jun, 2018 1 commit
    • Chris Bracken's avatar
      Revert elimination of Dart 1 (#18460) · 2ae48845
      Chris Bracken authored
      fuchsia_tester.dart still assumes Dart 1. Previously, it ran tests directly
      from source, flutter_platform.dart automatically runs a kernel compile when
      operating in Dart 2 mode, but this assumes a functional Dart SDK is available
      in the artifacts directly, and fuchsia_tester.dart mocks out the artifacts
      directory with an empty temp dir.
      
      Remaining work is:
      1. Get the frontend server building as a dependency on Fuchsia.
      2. Patch fuchsia_tester.dart to use a valid Dart SDK and frontend server.
      
      This also reverts migration to Dart 2 typedef syntax.
      
      This reverts commit 6c56bb24. (#18362)
      This reverts commit 3daebd05. (#18316)
      2ae48845
  25. 12 Jun, 2018 1 commit
  26. 08 Jun, 2018 3 commits
    • Chris Bracken's avatar
      It's time to #deleteDart1 (again) (#18316) · 3daebd05
      Chris Bracken authored
      * It's time to #deleteDart1 (#18293)
      
      Eliminates support for Dart 1 in flutter_tools, and drops our Dart 1
      benchmarks. All commands now run in Dart 1 mode only.
      
      Eliminates --preview-dart-2 / --no-preview-dart-2 support.
      
      * Fix indentation, remove no longer necessary .toList()
      
      * Only push udpated kernel if >0 invalidated srcs
      3daebd05
    • Chris Bracken's avatar
      Revert "It's time to #deleteDart1 (#18293)" (#18313) · 9495df4b
      Chris Bracken authored
      Several benchmarks started failing during kernel compile:
      1. Timeouts:
         * commands_test
         * hot_mode_dev_cycle__benchmark
         * run_machine_concurrent_hot_reload
         * service_extensions_test
      
      2. Kernel compiler crash:
         * hot_mode_dev_cycle_linux__benchmark
         * routing_test
      
      3. Unexpected termination:
         * hot_mode_dev_cycle_win__benchmark
      
      This reverts commit ed63e708.
      9495df4b
    • Chris Bracken's avatar
      It's time to #deleteDart1 (#18293) · ed63e708
      Chris Bracken authored
      Eliminates support for Dart 1 in flutter_tools, and drops our Dart 1
      benchmarks. All commands now run in Dart 1 mode only.
      
      Eliminates --preview-dart-2 / --no-preview-dart-2 support.
      ed63e708
  27. 05 Jun, 2018 1 commit
  28. 04 Jun, 2018 1 commit
  29. 30 May, 2018 1 commit
  30. 21 May, 2018 1 commit
  31. 09 May, 2018 1 commit
    • Chris Bracken's avatar
      Allow 32-bit iOS device simulators (#17443) · a7516785
      Chris Bracken authored
      Previously, Flutter did not support iOS devices with armv7 or armv7s
      CPUs. We now support these devices. This eliminates the previous
      hardcoded checks that prevented running on simulators of older devices.
      
      We maintain the existing restriction on running on watchOS or tvOS
      simulators.
      a7516785
  32. 04 May, 2018 2 commits
  33. 19 Apr, 2018 1 commit
  34. 12 Apr, 2018 1 commit