1. 09 May, 2016 1 commit
  2. 06 May, 2016 1 commit
  3. 03 May, 2016 1 commit
  4. 01 May, 2016 2 commits
  5. 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
  6. 28 Apr, 2016 1 commit
  7. 27 Apr, 2016 1 commit
  8. 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
  9. 20 Apr, 2016 2 commits
  10. 14 Apr, 2016 1 commit
  11. 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
  12. 30 Mar, 2016 1 commit
  13. 28 Mar, 2016 1 commit
  14. 03 Mar, 2016 1 commit
  15. 26 Feb, 2016 1 commit
  16. 20 Feb, 2016 1 commit
    • Adam Barth's avatar
      Download sky_engine and sky_services from cloud storage · 4aae718f
      Adam Barth authored
      Downloading these packages from cloud storage simplifies our deployment
      story because we can upload to cloud storage automatically from the
      buildbot.
      
      This patch also switches the responsibility for downloading the engine
      artifacts to update_engine.sh. Centralizing this responsibility ensures
      that the packages and the binaries are always in sync.
      4aae718f
  17. 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
  18. 12 Feb, 2016 3 commits
  19. 14 Jan, 2016 1 commit
  20. 07 Jan, 2016 1 commit
  21. 28 Dec, 2015 1 commit
  22. 18 Dec, 2015 1 commit
  23. 16 Dec, 2015 2 commits
  24. 15 Dec, 2015 5 commits
  25. 09 Dec, 2015 1 commit
    • Eric Seidel's avatar
      Add a test to stocks for changing the locale · 09894ec5
      Eric Seidel authored
      I had to add a setLocale method to WidgetTester and
      split the code in FlutterBinding which handled locale
      changes to allow me to dispatch a locale change w/o actually
      changing what the c++ code reports as the locale.
      
      Also added the test to Travis.
      
      @abarth @jason-simmons
      09894ec5
  26. 05 Dec, 2015 2 commits
  27. 03 Dec, 2015 1 commit
  28. 23 Nov, 2015 1 commit
  29. 20 Nov, 2015 1 commit
    • Jason Simmons's avatar
      Download build artifacts from a zip file · 1f83018f
      Jason Simmons authored
      This updates the Flutter tools to match the proposed new packaging of artifacts
      in the engine release script.
      * The GCS URL for artifacts is now gs://mojo/flutter/$revision/$platform
      * Categories have been removed from the Artifact class
      * All artifacts for a given platform now live in a zip file.  If an artifact
        is not present in the local cache, then the zip will be downloaded and
        extracted.
      
      Note that darwin-x64 artifacts go through a different process that (for now)
      continues to use the old format.
      1f83018f