1. 30 Jan, 2018 1 commit
  2. 18 Jan, 2018 1 commit
    • Ian Hickson's avatar
      New release process (#14061) · 9e42e4b8
      Ian Hickson authored
      Generate the "version" file from git tags.
      Remove the old VERSION file and mentions of versions in pubspec.yaml files.
      Replace the old update_versions.dart script with a new roll_dev.dart script.
      Update "flutter channel".
      Update "flutter upgrade", including making it transition from alpha to dev.
      Update "flutter --version" and "flutter doctor".
      9e42e4b8
  3. 06 Dec, 2017 1 commit
  4. 02 Dec, 2017 1 commit
  5. 26 Apr, 2017 1 commit
    • Todd Volkert's avatar
      Switch many `Device` methods to be async (#9587) · 60c5ffc1
      Todd Volkert authored
      `adb` can sometimes hang, which will in turn hang the Dart isolate if
      we're using `Process.runSync()`. This changes many of the `Device` methods
      to return `Future<T>` in order to allow them to use the async process
      methods. A future change will add timeouts to the associated calls so
      that we can properly alert the user to the hung `adb` process.
      
      This is work towards #7102, #9567
      60c5ffc1
  6. 14 Apr, 2017 1 commit
  7. 21 Mar, 2017 1 commit
    • Michael Goderbauer's avatar
      Avoid downloading artifacts twice (#8872) · d35a9db6
      Michael Goderbauer authored
      * Avoid downloading artifacts twice
      
      * Don't update cache before `flutter upgrade` is executed (`flutter upgrade` might bump the engine version)
      * Don't update cache twice during `flutter precache`
      
      Fixes #8249.
      
      * add test
      d35a9db6
  8. 15 Mar, 2017 1 commit
  9. 04 Mar, 2017 1 commit
  10. 14 Feb, 2017 1 commit
  11. 11 Feb, 2017 1 commit
  12. 06 Feb, 2017 1 commit
  13. 19 Jan, 2017 1 commit
  14. 29 Nov, 2016 1 commit
  15. 14 Nov, 2016 2 commits
    • Dan Rubel's avatar
      Refactor flutter command exit code - part 3 of 3 (#6838) · 34e466f1
      Dan Rubel authored
      * Remove the workaround that pinned args to v0.13.6
      This reverts most of the changes in commit 6331b6c8
      * throw exception if exit code is not an integer
      * rework command infrastructure to throw ToolExit when non-zero exitCode
      * convert commands to return Future<Null>
      * cleanup remaining commands to use throwToolExit for non-zero exit code
      * remove isUnusual exception message
      * add type annotations for updated args package
      34e466f1
    • Dan Rubel's avatar
      Refactor flutter command exit code - part 2 (#6817) · e384c0d9
      Dan Rubel authored
      * convert pubGet to throw ToolExit on non-zero exit code
      * convert commandValidator to throw ToolExit for non-zero exit code
      * convert flutter commands to throw ToolExit for non-zero exit code
      * use convenience method throwToolExit
      * only show "if this problem persists" for unusual exceptions
      e384c0d9
  16. 16 Oct, 2016 1 commit
  17. 14 Oct, 2016 1 commit
  18. 16 Sep, 2016 1 commit
    • Dan Rubel's avatar
      Refactor flutter command execution (#5892) · 18212382
      Dan Rubel authored
      * refactor _run to runCmd
      
      * replace requiresProjectRoot getter with call to commandValidator
      
      * replace requiresDevice getter with call to findTargetDevice
      
      * trace command requires a debug connection, not a device
      
      * inline androidOnly getter
      
      * rename command methods to verifyTheRunCmd and runCmd
      
      * move common verification into BuildSubCommand
      
      * rename deviceForCommand to device
      
      * rename methods to verifyThenRunCommand and runCommand
      18212382
  19. 12 Sep, 2016 2 commits
  20. 26 Aug, 2016 1 commit
  21. 25 Aug, 2016 1 commit
  22. 15 Jun, 2016 1 commit
  23. 14 Jun, 2016 1 commit
  24. 12 May, 2016 1 commit
  25. 10 May, 2016 1 commit
  26. 09 May, 2016 1 commit
  27. 06 May, 2016 1 commit
  28. 11 Apr, 2016 1 commit
    • Devon Carew's avatar
      make flutter upgrade less verbose (#3237) · 2a33e3f0
      Devon Carew authored
      * more terse flutter upgrade
      
      * fix an issue when updating and the engine update code has changed
      
      * call flutter precache; add a --no-color hidden option
      
      * fix a lint related to getters/setters
      2a33e3f0
  29. 07 Apr, 2016 1 commit
  30. 29 Mar, 2016 1 commit
  31. 28 Mar, 2016 1 commit
  32. 24 Mar, 2016 1 commit
  33. 14 Mar, 2016 1 commit
  34. 17 Feb, 2016 1 commit
  35. 10 Feb, 2016 2 commits
  36. 29 Jan, 2016 1 commit
  37. 28 Jan, 2016 1 commit