1. 31 May, 2016 1 commit
  2. 26 May, 2016 2 commits
  3. 18 May, 2016 3 commits
  4. 16 May, 2016 1 commit
  5. 05 May, 2016 2 commits
    • pq's avatar
      Analyzer dep commentary fix. · 71203e9a
      pq authored
      71203e9a
    • pq's avatar
      Analysis re-work to use analyzer APIs. · a59a713f
      pq authored
      Introduces a new Dart analysis wrapper that works directly with the analyzer API (in favor of shelling out to a separate process).
      
      Some consequences:
      
        * we no longer need to fear parts (simplifying our dart file gathering)
        * we can filter by error code (when needed), rather than by error strings
        * no more IO scraping
        * no need to generate `main()` or to run with `--package-warnings`
        * we now specify an analyzer (and linter) version in the pubspec (we’ll want to make sure this doesn’t diverge too far from the analyzer shipped with the SDK but it does give us some room to play with experimental builds)
        * no more (re)scanning of error source files (and so no more source cache)
        * should generally be a bit simpler and easier to maintain
        * runs a bit faster :)
      a59a713f
  6. 30 Apr, 2016 1 commit
  7. 28 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. 19 Apr, 2016 1 commit
  10. 12 Apr, 2016 1 commit
  11. 08 Apr, 2016 1 commit
  12. 07 Apr, 2016 1 commit
  13. 05 Apr, 2016 1 commit
  14. 01 Apr, 2016 1 commit
  15. 30 Mar, 2016 1 commit
  16. 28 Mar, 2016 1 commit
  17. 27 Mar, 2016 1 commit
  18. 25 Mar, 2016 1 commit
  19. 23 Mar, 2016 1 commit
  20. 21 Mar, 2016 1 commit
  21. 03 Mar, 2016 2 commits
  22. 20 Feb, 2016 1 commit
    • yjbanov's avatar
      "flutter drive" command · a2b1bd46
      yjbanov authored
      Runs a test app and a driver test simultaneously, then stops the app.
      
      Usage:
      
      ```
      flutter drive --target=/path/to/test/app.dart
      ```
      
      This command will look for `/path/to/test/app_test.dart` by
      convention. We will expand into other ways of discovering tests in the
      future.
      a2b1bd46
  23. 13 Feb, 2016 1 commit
  24. 03 Feb, 2016 1 commit
    • Matt Perry's avatar
      'flutter start' calls 'flutter apk' if necessary. · 5d2281b6
      Matt Perry authored
      flutter start no longer depends on a pre-built SkyShell.apk. It builds a
      new one, as long as an AndroidManifest.xml exists.
      
      We rebuild the .apk every time either AndroidManifest.xml or
      flutter.yaml changes.
      5d2281b6
  25. 25 Jan, 2016 1 commit
  26. 16 Dec, 2015 1 commit
  27. 14 Dec, 2015 1 commit
  28. 11 Dec, 2015 1 commit
  29. 01 Dec, 2015 1 commit
  30. 24 Nov, 2015 1 commit
    • Adam Barth's avatar
      Pin `package:test` to an exact revision · 58f056da
      Adam Barth authored
      We use a number of non-public APIs in the test package, which makes our
      dependency quite fragile. This patch pins a specific, known-good version. We
      should update to the lastest version in a follow-up patch.
      58f056da
  31. 10 Nov, 2015 1 commit
  32. 07 Nov, 2015 3 commits
  33. 04 Nov, 2015 1 commit