1. 08 9月, 2016 1 次提交
    • A
      Add asset bundle support on Fuchsia (#3005) · e54ca9d6
      Adam Barth 提交于
      After this patch, Flutter apps on Fuchsia can access their asset
      bundles. Unlike other platforms, the asset bundles are stored in memory
      rather than in the file system.
      e54ca9d6
  2. 07 9月, 2016 2 次提交
    • A
      Introduce UnzipperProvider (#3004) · ca17c1cf
      Adam Barth 提交于
      This patch abstracts where the content of the zip file is stored.
      Currently, zip files are stored in the file system, but in Fuchsia,
      we're going to store them in memory (at least for the time being).
      Rather than represent a zip file as a path in the file system, we
      instead use an UnzipperProvider, which can create zip::UniqueUnzipper
      objects on demand.
      ca17c1cf
    • A
      Switch to //lib/zip (#3003) · 81574be6
      Adam Barth 提交于
      81574be6
  3. 03 9月, 2016 3 次提交
  4. 02 9月, 2016 5 次提交
  5. 01 9月, 2016 6 次提交
  6. 31 8月, 2016 6 次提交
  7. 30 8月, 2016 4 次提交
  8. 29 8月, 2016 2 次提交
  9. 27 8月, 2016 2 次提交
  10. 25 8月, 2016 3 次提交
  11. 24 8月, 2016 6 次提交