1. 15 Feb, 2018 1 commit
  2. 02 Feb, 2018 1 commit
  3. 27 Jan, 2018 1 commit
  4. 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
  5. 29 Nov, 2017 1 commit
  6. 15 Nov, 2017 1 commit
  7. 11 Nov, 2017 1 commit
  8. 27 Sep, 2017 1 commit
  9. 20 Jun, 2017 1 commit
  10. 16 Jun, 2017 2 commits
  11. 09 Jun, 2017 1 commit
  12. 07 Jun, 2017 1 commit
  13. 08 May, 2017 1 commit
  14. 14 Apr, 2017 1 commit
  15. 10 Apr, 2017 2 commits
  16. 04 Apr, 2017 1 commit
  17. 15 Mar, 2017 1 commit
  18. 04 Mar, 2017 1 commit
  19. 24 Jan, 2017 1 commit
  20. 09 Jan, 2017 1 commit
  21. 30 Nov, 2016 1 commit
  22. 14 Oct, 2016 1 commit
  23. 16 Aug, 2016 1 commit
  24. 15 Aug, 2016 1 commit
  25. 11 Aug, 2016 1 commit
  26. 12 May, 2016 2 commits
  27. 06 May, 2016 1 commit
  28. 27 Apr, 2016 1 commit
  29. 26 Apr, 2016 1 commit
    • Devon Carew's avatar
      add google analytics to flutter_tools (#3523) · adac9275
      Devon Carew authored
      * add google analytics
      
      * send in the run target type
      
      * track device type targets
      
      * use the real GA code
      
      * review comments
      
      * rev to usage 2.0
      
      * rev to 2.2.0 of usage; add tests
      
      * review comments
      adac9275
  30. 24 Mar, 2016 2 commits
  31. 01 Mar, 2016 1 commit
  32. 29 Jan, 2016 1 commit
  33. 29 Nov, 2015 1 commit
    • Adam Barth's avatar
      Clean up code organization in flutter_tools · 9662d49e
      Adam Barth authored
      1) Moved basic utility code into base/ directory to make it clear which code
         doesn't depend on Flutter-specific knowldge.
      2) Move the CommandRunner subclasses into a runner/ directory because these
         aren't commands themselves.
      9662d49e