1. 26 Jan, 2018 1 commit
    • Vyacheslav Egorov's avatar
      Unpin test and upgrade packages (#14282) · c23509e9
      Vyacheslav Egorov authored
      * Unpin package:test and upgrade packages
      
      * Update packages/flutter/test/foundation/stack_trace_test.dart
      
      * Also add packages/flutter_tools/test/data/asset_test/font/.dartignore to ensure that update-packages --force-upgrade does not crash.
      c23509e9
  2. 19 Jan, 2018 1 commit
  3. 13 Jan, 2018 1 commit
  4. 12 Jan, 2018 1 commit
  5. 11 Jan, 2018 1 commit
  6. 10 Jan, 2018 4 commits
  7. 09 Jan, 2018 1 commit
  8. 08 Jan, 2018 1 commit
  9. 06 Jan, 2018 2 commits
  10. 04 Jan, 2018 3 commits
  11. 03 Jan, 2018 2 commits
  12. 21 Dec, 2017 1 commit
  13. 20 Dec, 2017 1 commit
    • Greg Spencer's avatar
      Adding minzip to packaging steps for Windows (#13679) · 765191e7
      Greg Spencer authored
      This adds our self-compiled copy of the MinGit executable (built from the flutter/git repo) to the archive when building an archive for Windows.
      
      I also tweaked the internal API for prepare_package.dart so that there's a single entry point to build an archive.
      765191e7
  14. 18 Dec, 2017 1 commit
  15. 14 Dec, 2017 4 commits
  16. 13 Dec, 2017 1 commit
  17. 07 Dec, 2017 2 commits
  18. 01 Dec, 2017 1 commit
  19. 29 Nov, 2017 1 commit
    • Greg Spencer's avatar
      Consolidating .gitignore files. (#13002) · 909406ba
      Greg Spencer authored
      This consolidates all of the non-template .gitignore rules into the top level .gitignore, to ignore common things more broadly, with less maintenance needed for the .gitignore files. Does not touch the templates, so that they still produce needed .gitignores as part of flutter create.
      909406ba
  20. 07 Nov, 2017 1 commit
  21. 01 Nov, 2017 1 commit
  22. 26 Oct, 2017 2 commits
  23. 25 Oct, 2017 1 commit
  24. 11 Oct, 2017 1 commit
  25. 06 Oct, 2017 1 commit
  26. 02 Oct, 2017 2 commits
    • gspencergoog's avatar
      Add framework support for system text scale factor. (#12180) · 18f0d3ae
      gspencergoog authored
      * Add framework-side support for system text scale factor.
      
      * Rolling engine to e3404b81a53ba3180c7623a6f2190ebb28518f30
        Additional changes rolled in with engine change:
          libtxt: implementation of GetRectsForRange that processes a line at a time - e3404b8
          Provide an entropy source to the Dart engine (#4161) - e1aa867
          libtxt: search for fallback fonts that can match emoji and CJK characters - 8061df1
          Roll skia to e4679fa06a. (#4157) - 267e7a8
          Update buildroot to 53fea9aebbcc39c6522731471a1a45960ee0685e (#4160) - 02ea7ae
          Revert engine Dart roll. (#4158) - 14aab33
          Add support for system text scale factor. (#4124) - b2a7f4b
          Include _http into sky_engine libraries for analyzer (#4154) - b930f10
          libtxt: Remove postprocess_line and improve tracking of X offsets - 86f95f0
          libtxt: remove redundant line_widths (#4152) - 14bf515
          Roll dart to ade37f931e90b0fdb8fe16d6bf6f089545da55b6 (#4151) - 6f1264f
      18f0d3ae
    • Adam Barth's avatar
      Replace usage of FractionalOffset with Alignment (#12348) · 0044ea2d
      Adam Barth authored
      Alignment will eventually replace FractionalOffset.
      0044ea2d
  27. 22 Sep, 2017 1 commit
    • Ian Hickson's avatar
      Pin all dependencies ONCE AND FOR ALL (#12210) · 441b5c20
      Ian Hickson authored
      * Pin all dependencies ONCE AND FOR ALL
      
      This replaces the secret `flutter update-packages --upgrade` with a destructive `flutter update-packages --force-upgrade` that actually goes and pins every dependency and transitive dependency in every flutter package to the same version.
      
      * Add comments.
      441b5c20