1. 28 Oct, 2016 1 commit
  2. 23 Sep, 2016 1 commit
  3. 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
  4. 20 Sep, 2016 1 commit
  5. 14 Sep, 2016 1 commit
  6. 12 Sep, 2016 1 commit
  7. 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
  8. 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
  9. 26 May, 2016 1 commit
  10. 23 May, 2016 1 commit
  11. 28 Apr, 2016 1 commit
  12. 27 Apr, 2016 1 commit
  13. 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
  14. 28 Mar, 2016 1 commit
  15. 23 Mar, 2016 1 commit
  16. 10 Mar, 2016 1 commit
  17. 09 Mar, 2016 1 commit
  18. 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
  19. 03 Mar, 2016 2 commits
  20. 25 Feb, 2016 1 commit
  21. 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
  22. 19 Feb, 2016 1 commit
  23. 13 Feb, 2016 1 commit
  24. 12 Feb, 2016 1 commit
  25. 11 Feb, 2016 1 commit
  26. 10 Feb, 2016 1 commit
  27. 09 Feb, 2016 2 commits
  28. 03 Feb, 2016 1 commit
  29. 02 Feb, 2016 1 commit
  30. 31 Jan, 2016 1 commit
  31. 29 Jan, 2016 1 commit
  32. 28 Jan, 2016 1 commit
  33. 27 Jan, 2016 1 commit
  34. 25 Jan, 2016 1 commit
  35. 23 Jan, 2016 2 commits
  36. 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