1. 22 Sep, 2017 2 commits
  2. 12 Jul, 2017 1 commit
  3. 12 May, 2017 1 commit
  4. 09 May, 2017 2 commits
  5. 08 May, 2017 4 commits
  6. 05 May, 2017 3 commits
  7. 24 Jan, 2017 1 commit
  8. 19 Jan, 2017 1 commit
  9. 14 Nov, 2016 1 commit
    • Dan Rubel's avatar
      Refactor flutter command exit code - part 3 of 3 (#6838) · 34e466f1
      Dan Rubel authored
      * Remove the workaround that pinned args to v0.13.6
      This reverts most of the changes in commit 6331b6c8
      * throw exception if exit code is not an integer
      * rework command infrastructure to throw ToolExit when non-zero exitCode
      * convert commands to return Future<Null>
      * cleanup remaining commands to use throwToolExit for non-zero exit code
      * remove isUnusual exception message
      * add type annotations for updated args package
      34e466f1
  10. 08 Nov, 2016 1 commit
  11. 23 Sep, 2016 1 commit
  12. 22 Sep, 2016 1 commit
    • Adam Barth's avatar
      Remove flutter_sprites (#5996) · d3efe7da
      Adam Barth authored
      This code is now in its own standalone library. The library is in a private git
      repository in the flutter organization because the code is unmaintained. If
      you're interested in using and maintaining this code, please contact
      flutter-dev@googlegroups.com for more information.
      d3efe7da
  13. 12 Sep, 2016 1 commit
  14. 08 Sep, 2016 1 commit
    • Phil Quitslund's avatar
      Update to Dart `1.20.0-dev.1.0`. (#5689) · d2fda677
      Phil Quitslund authored
      * Udpate to Dart `1.20.0-dev.1.0`.
      
      Udpate to Dart `1.20.0-dev.1.0` and corresponding `analyzer` package.
      
      * Added `--no-packages-dir`.
      
      * Revert extension to master.
      
      * Added ignores.
      
      * Review nits.
      
      * More nits.
      d2fda677
  15. 05 Aug, 2016 1 commit
  16. 04 Aug, 2016 1 commit
  17. 27 Jul, 2016 2 commits
  18. 13 Jun, 2016 2 commits
  19. 09 Jun, 2016 1 commit
  20. 08 Jun, 2016 1 commit
  21. 07 Jun, 2016 1 commit
    • Adam Barth's avatar
      Loosen dependencies on string_scanner (#4412) · 4f4f24ea
      Adam Barth authored
      Now that there's a new string_scanner in town, we're having dependency
      resolution conflict because of flutter_markdown's tight dependency. This
      patch loosens the dependency and resolves the conflict.
      4f4f24ea
  22. 03 Jun, 2016 1 commit
  23. 02 Jun, 2016 2 commits
  24. 09 May, 2016 1 commit
  25. 22 Apr, 2016 1 commit
  26. 13 Apr, 2016 2 commits
    • Eric Seidel's avatar
      Add a basic scrolling test for the Gallery home page. · 237f1ac2
      Eric Seidel authored
      Current numbers from my Nexus 5:
        "average_frame_build_time_millis": 22.6854,
        "missed_frame_build_budget_count": 15,
        "frame_count": 15
      
      Filed https://github.com/flutter/flutter/issues/3296
      
      @yjbanov @hansmuller @vlidholt
      237f1ac2
    • Ian Hickson's avatar
      Fix dependency skew. (#3306) · 7861d029
      Ian Hickson authored
      ...by adding tests to our examples that don't import flutter_test, which
      pins the relevant dependencies.
      
      Also, provide more information when complaining about leaked transient
      callbacks in tests.
      
      Also, make tests display full information when they have an exception,
      by bypassing the throttling we have for Android logging in tests.
      
      Also, make the word wrapping not wrap stack traces if they happen to
      be included in exception output.
      
      Also, fix a leaked transient callback in the checkbox code.
      7861d029
  27. 12 Apr, 2016 1 commit
  28. 07 Apr, 2016 1 commit
  29. 30 Mar, 2016 1 commit