1. 29 Mar, 2018 1 commit
  2. 24 Mar, 2018 1 commit
  3. 27 Feb, 2018 1 commit
    • Chris Bracken's avatar
      Add .dart_tool to gitignore (#14932) · ae6ac2ca
      Chris Bracken authored
      Dart is migrating to .dart_tool/ as the location for cached artifacts
      and other temporary files generated by tooling in the SDK. As part of
      this, pub will be migrating from .pub to .dart_tool/pub.
      
      In future, this path will also be used for other tooling, such as package:build.
      ae6ac2ca
  4. 26 Feb, 2018 1 commit
  5. 22 Feb, 2018 1 commit
  6. 19 Feb, 2018 1 commit
  7. 29 Jan, 2018 1 commit
  8. 08 Jan, 2018 2 commits
  9. 20 Dec, 2017 2 commits
  10. 19 Dec, 2017 1 commit
  11. 18 Dec, 2017 1 commit
  12. 14 Dec, 2017 4 commits
  13. 13 Dec, 2017 2 commits
  14. 01 Dec, 2017 1 commit
  15. 28 Nov, 2017 1 commit
  16. 03 Nov, 2017 1 commit
  17. 25 Oct, 2017 1 commit
  18. 20 Oct, 2017 2 commits
  19. 17 Oct, 2017 1 commit
  20. 05 Oct, 2017 1 commit
  21. 02 Oct, 2017 1 commit
    • 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
  22. 26 Sep, 2017 1 commit
  23. 19 Sep, 2017 1 commit
  24. 15 Sep, 2017 1 commit
  25. 12 Sep, 2017 1 commit
  26. 31 Aug, 2017 1 commit
  27. 15 Aug, 2017 2 commits
  28. 10 Aug, 2017 1 commit
  29. 26 Jul, 2017 1 commit
  30. 21 Jul, 2017 1 commit
    • Phil Quitslund's avatar
      Flutter create widget test template. (#11304) · f0c2d5ed
      Phil Quitslund authored
      * Flutter create widget test template.
      
      Running `flutter create —with-widget-test` produces a test/widget_test.dart sample widget test.
      
      * Generate widget test bits in flutter create.
      
      * Path fix.
      
      * Added types.
      
      * Skip shell testing on windows.
      
      * formatting fixes
      
      * Update test sample to test the sample app.
      
      * Formatting tweak.
      f0c2d5ed
  31. 13 Jul, 2017 1 commit
    • xster's avatar
      Create Podfile dynamically part 1 (#11101) · 6a49419b
      xster authored
      * start
      
      * with create
      
      * refactor cocoapod code, add tests
      
      * fix tests
      
      * throw when cocoapod missing
      
      * obj-c projects don’t use use_framework!
      6a49419b
  32. 29 Jun, 2017 1 commit
    • Michael Thomsen's avatar
      Update MainActivity.kt.tmpl (#11033) · 0f726490
      Michael Thomsen authored
      Remove terminating semicolons; they are causing an "code inspection warning" in Android Studio:
      
      ```
      This inspection reports redundant semicolon (';') token which is not required in Kotlin and may be removed.
      ```
      0f726490