1. 28 Apr, 2016 1 commit
  2. 27 Apr, 2016 1 commit
  3. 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
  4. 28 Mar, 2016 1 commit
  5. 23 Mar, 2016 1 commit
  6. 10 Mar, 2016 1 commit
  7. 09 Mar, 2016 1 commit
  8. 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
  9. 03 Mar, 2016 2 commits
  10. 25 Feb, 2016 1 commit
  11. 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
  12. 19 Feb, 2016 1 commit
  13. 13 Feb, 2016 1 commit
  14. 12 Feb, 2016 1 commit
  15. 11 Feb, 2016 1 commit
  16. 10 Feb, 2016 1 commit
  17. 09 Feb, 2016 2 commits
  18. 03 Feb, 2016 1 commit
  19. 02 Feb, 2016 1 commit
  20. 31 Jan, 2016 1 commit
  21. 29 Jan, 2016 1 commit
  22. 28 Jan, 2016 1 commit
  23. 27 Jan, 2016 1 commit
  24. 25 Jan, 2016 1 commit
  25. 23 Jan, 2016 2 commits
  26. 22 Jan, 2016 1 commit
    • Matt Perry's avatar
      'flutter apk' now supports dynamically registered services. · dcbb4960
      Matt Perry authored
      Third-party libraries can now provide their own mojo services. They do
      so by adding a config.yaml file to their pub package which contains
      - a list of service names and java classes which handles that service's
        registration.
      - a list of pre-built .jar files to statically link with the app's shell
        when building the app.
      dcbb4960
  27. 19 Jan, 2016 1 commit
  28. 16 Jan, 2016 1 commit
  29. 14 Jan, 2016 1 commit
  30. 13 Jan, 2016 2 commits
    • Adam Barth's avatar
      Rev engine · 742567e3
      Adam Barth authored
      742567e3
    • Adam Barth's avatar
      Handle degenerate transforms better · 192c6e24
      Adam Barth authored
      No you can't hit things inside degenerate transforms. Tranforming from global
      coordaintes to degenerate local coordinates gives you Point.origin. Also,
      upgrade vector_math to get a better invert constructor.
      
      Fixes #1161
      Fixes #1224
      192c6e24
  31. 12 Jan, 2016 2 commits
  32. 11 Jan, 2016 2 commits
  33. 07 Jan, 2016 1 commit
  34. 04 Jan, 2016 1 commit