1. 14 Nov, 2016 1 commit
    • 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
  2. 08 Nov, 2016 1 commit
  3. 28 Oct, 2016 1 commit
  4. 23 Sep, 2016 1 commit
  5. 21 Sep, 2016 1 commit
    • James Robinson's avatar
      Isolate imports of generated Dart code from generated path (#5960) · a95c9fdb
      James Robinson authored
      This rewrites imports of various mojom.dart files from the Flutter
      engine repo to instead import normal-looking dart files from the
      (new) flutter_services package. This package handles exporting the
      correct symbols from generated code wherever that may live.
      
      Includes an engine roll to 3551e7a48e2e336777b15c7637af92fd7605b6c5
      which contains the new flutter_services package.
      a95c9fdb
  6. 20 Sep, 2016 1 commit
  7. 14 Sep, 2016 1 commit
  8. 12 Sep, 2016 1 commit
  9. 08 Sep, 2016 1 commit
    • Phil Quitslund's avatar
      Update to Dart `1.20.0-dev.1.0`. (#5689) · d2fda677
      Phil Quitslund authored
      * Udpate to Dart `1.20.0-dev.1.0`.
      
      Udpate to Dart `1.20.0-dev.1.0` and corresponding `analyzer` package.
      
      * Added `--no-packages-dir`.
      
      * Revert extension to master.
      
      * Added ignores.
      
      * Review nits.
      
      * More nits.
      d2fda677
  10. 16 Jun, 2016 2 commits
    • pq's avatar
      Dead code and switch cleanup (continued). · 3e9067a4
      pq authored
      Prep to get us ready to pull in a new dev SDK and bump our analyzer DEP.
      
      * updates `crypto` (required by fresh analyzer)
      * fixes newly flagged dead code warnings
      * fixes switches that fall through and don't return
      3e9067a4
    • pq's avatar
      Dead code and switch cleanup (continued). · e8d1df07
      pq authored
      Prep to get us ready to pull in a new dev SDK and bump our analyzer DEP.
      
      * updates `crypto` (required by fresh analyzer)
      * fixes newly flagged dead code warnings
      * fixes switches that fall through and don't return
      e8d1df07
  11. 26 May, 2016 1 commit
  12. 23 May, 2016 1 commit
  13. 28 Apr, 2016 1 commit
  14. 27 Apr, 2016 1 commit
  15. 14 Apr, 2016 1 commit
    • pq's avatar
      Adding `@optionalTypeArgs`. · de25ea22
      pq authored
      With the new dev build we've got the updated linter and so can use the `@optionalTypeArgs` annotation (in `meta 0.12.0`).
      
      Bonus: this lets us clean up one more Regexp in the `analyze` command! :)
      de25ea22
  16. 28 Mar, 2016 1 commit
  17. 23 Mar, 2016 1 commit
  18. 10 Mar, 2016 1 commit
  19. 09 Mar, 2016 1 commit
  20. 04 Mar, 2016 1 commit
    • Adam Barth's avatar
      Remove dependency on material_design_icons · b335a79a
      Adam Barth authored
      We get the icons from the iconfont now.
      
      Also, remove the package:flutter CHANGELOG.md.  This file is outdated and the
      git history is a more accurate change log these days.
      b335a79a
  21. 03 Mar, 2016 2 commits
  22. 25 Feb, 2016 1 commit
  23. 20 Feb, 2016 1 commit
    • Adam Barth's avatar
      Download sky_engine and sky_services from cloud storage · 4aae718f
      Adam Barth authored
      Downloading these packages from cloud storage simplifies our deployment
      story because we can upload to cloud storage automatically from the
      buildbot.
      
      This patch also switches the responsibility for downloading the engine
      artifacts to update_engine.sh. Centralizing this responsibility ensures
      that the packages and the binaries are always in sync.
      4aae718f
  24. 19 Feb, 2016 1 commit
  25. 13 Feb, 2016 1 commit
  26. 12 Feb, 2016 1 commit
  27. 11 Feb, 2016 1 commit
  28. 10 Feb, 2016 1 commit
  29. 09 Feb, 2016 2 commits
  30. 03 Feb, 2016 1 commit
  31. 02 Feb, 2016 1 commit
  32. 31 Jan, 2016 1 commit
  33. 29 Jan, 2016 1 commit
  34. 28 Jan, 2016 1 commit
  35. 27 Jan, 2016 1 commit
  36. 25 Jan, 2016 1 commit
  37. 23 Jan, 2016 1 commit