1. 10 Nov, 2015 1 commit
  2. 07 Nov, 2015 3 commits
  3. 04 Nov, 2015 3 commits
  4. 03 Nov, 2015 2 commits
  5. 02 Nov, 2015 3 commits
  6. 31 Oct, 2015 1 commit
  7. 30 Oct, 2015 1 commit
  8. 29 Oct, 2015 8 commits
  9. 28 Oct, 2015 1 commit
    • Hixie's avatar
      Rev the Dart SDK · 672976aa
      Hixie authored
      We also have to require a newer test package, since the old one depends
      on a version of the analyzer that uses dart:profiler, which is gone and
      replaced by dart:developer.
      672976aa
  10. 26 Oct, 2015 2 commits
  11. 24 Oct, 2015 1 commit
  12. 23 Oct, 2015 3 commits
  13. 21 Oct, 2015 1 commit
  14. 19 Oct, 2015 2 commits
    • Matt Perry's avatar
      Update flutter_tools version to 0.0.25. · b53e7264
      Matt Perry authored
      b53e7264
    • Matt Perry's avatar
      Support signing flx packages with ECDSA key pair · b458935b
      Matt Perry authored
      Adds a --private-key option to the build command, which specifies an ECDSA
      private key. When this is provided along with a manifest, the manifest is
      prepended to the .flx package and signed with the private key. The manifest
      also includes a SHA-256 hash of the zipped content portion of the .flx package.
      
      This is used by the Flutter updater package, to verify that updates are
      from the right publisher.
      b458935b
  15. 18 Oct, 2015 1 commit
  16. 14 Oct, 2015 2 commits
  17. 13 Oct, 2015 1 commit
  18. 12 Oct, 2015 2 commits
  19. 10 Oct, 2015 1 commit
    • Adam Barth's avatar
      Expose `main` via executable.dart · 9148e177
      Adam Barth authored
      Expose the main entry point for the tools via the library lets us run the tools
      from the Flutter package, which simplifies the setup for end developers because
      they don't need to declare a dependency on sky_tools directly.
      9148e177
  20. 06 Oct, 2015 1 commit