1. 30 Oct, 2015 3 commits
  2. 29 Oct, 2015 18 commits
  3. 28 Oct, 2015 3 commits
  4. 26 Oct, 2015 2 commits
  5. 24 Oct, 2015 4 commits
  6. 23 Oct, 2015 5 commits
  7. 21 Oct, 2015 3 commits
  8. 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