1. 09 Nov, 2016 1 commit
  2. 04 Oct, 2016 1 commit
  3. 23 Sep, 2016 2 commits
  4. 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
  5. 14 Sep, 2016 1 commit
  6. 21 Jul, 2016 1 commit
    • Ian Hickson's avatar
      Licenses (#4984) · 69d78325
      Ian Hickson authored
      This makes the about page show the licenses of all the Dart packages that a Flutter app uses.
      
      Issues that this does not yet resolve:
      - I'm still working on getting the full list of licenses for the sky_engine package.
      - Some of the licenses don't print very readably.
      - There's no scrollbar on the license page.
      
      I'll provide fixes for the first two in the coming days, but this should unblock anyone who is wanting to see something here, even if it's not quite complete. :-)
      
      ----
      
      The patch makes the following changes: 
      
      - The license registry is now asynchronous, since the data comes from disk.
      - I moved the default license collector from the foundation package to the services package since it uses the default asset bundle now.
      - The FLX builder now includes the LICENSE files of each Dart package mentioned in the `.packages` file.
      69d78325
  7. 12 Jul, 2016 1 commit
    • Seth Ladd's avatar
      Firebase hosting for docs (#4871) · 1ac08b26
      Seth Ladd authored
      * configs for firebase hosting
      
      * use the implicit FIREBASE_TOKEN
      
      * don't print every command (lowers the chance of printing secret env vars, and for realz only deploy when merging into master
      1ac08b26
  8. 23 Jun, 2016 2 commits
  9. 22 Jun, 2016 4 commits
  10. 21 Jun, 2016 1 commit
  11. 17 Jun, 2016 1 commit
  12. 21 May, 2016 1 commit
  13. 20 May, 2016 1 commit
  14. 18 May, 2016 1 commit
    • Ian Hickson's avatar
      Try to simplify our bot setup. (#3986) · 942ccc5c
      Ian Hickson authored
      This moves all the bot-related files to `dev/bots`, hiding it from our
      home page in github. Also, simplifies the travis setup, though that
      doesn't do any difference to the performance sadly.
      942ccc5c
  15. 17 May, 2016 1 commit
    • Ian Hickson's avatar
      Fix tests (#3977) · f284c1a0
      Ian Hickson authored
      Also, make sure that broken tests actually break the bots.
      
      And add a test to make sure that keeps happening.
      f284c1a0
  16. 09 May, 2016 1 commit
  17. 03 May, 2016 1 commit
  18. 01 May, 2016 2 commits
  19. 30 Apr, 2016 1 commit
    • Devon Carew's avatar
      Mega gallery (#3647) · 9497fb56
      Devon Carew authored
      * working on a large benchmark app
      
      * build a 100k saple app
      
      * print sizes of other libs; scale to 60k lines
      
      * test the generated app on travis
      9497fb56
  20. 28 Apr, 2016 1 commit
  21. 27 Apr, 2016 1 commit
  22. 26 Apr, 2016 1 commit
    • Devon Carew's avatar
      add google analytics to flutter_tools (#3523) · adac9275
      Devon Carew authored
      * add google analytics
      
      * send in the run target type
      
      * track device type targets
      
      * use the real GA code
      
      * review comments
      
      * rev to usage 2.0
      
      * rev to 2.2.0 of usage; add tests
      
      * review comments
      adac9275
  23. 20 Apr, 2016 2 commits
  24. 14 Apr, 2016 1 commit
  25. 13 Apr, 2016 2 commits
    • Ian Hickson's avatar
      mention infra in travis/test.sh (#3320) · cf8d79d0
      Ian Hickson authored
      cf8d79d0
    • 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
  26. 30 Mar, 2016 1 commit
  27. 28 Mar, 2016 1 commit
  28. 18 Feb, 2016 1 commit
    • Yegor Jbanov's avatar
      add flutter_driver package · b0e45594
      Yegor Jbanov authored
      This commit contains:
      
      - FlutterDriver API for e2e tests usable in conjunction with package:test
      - FlutterDriverExtension to be enabled by the application in order to
        allow an external agent to connect to it and drive user interactions and
        probe into the element tree
      - initial implementations of tap, findByValueKey and getText commands (to
        be expanded in future PRs)
      b0e45594
  29. 12 Feb, 2016 3 commits
  30. 14 Jan, 2016 1 commit