1. 18 Sep, 2019 2 commits
  2. 21 Aug, 2019 1 commit
  3. 19 Aug, 2019 2 commits
  4. 31 Jul, 2019 1 commit
  5. 26 Jul, 2019 2 commits
  6. 19 Jul, 2019 1 commit
  7. 18 Jul, 2019 1 commit
  8. 10 May, 2019 2 commits
  9. 19 Mar, 2019 1 commit
  10. 29 Jan, 2019 1 commit
  11. 02 Oct, 2018 1 commit
  12. 01 Oct, 2018 1 commit
  13. 12 Sep, 2018 1 commit
  14. 02 Aug, 2018 1 commit
  15. 27 Jul, 2018 1 commit
  16. 23 Jul, 2018 1 commit
  17. 20 Jul, 2018 1 commit
  18. 16 Jul, 2018 2 commits
  19. 09 Jul, 2018 1 commit
  20. 07 Dec, 2017 1 commit
  21. 23 Nov, 2017 1 commit
    • Chris Bracken's avatar
      Reorganise flutter driver implementation sources (#13163) · cf37a472
      Chris Bracken authored
      This patch reorganises flutter_driver's lib/src directory into three
      subdirectories:
      
      * driver: sources transitively imported/exported by flutter_driver.dart,
        which defines the API used by driver tests executed on the host machine.
      
      * extension: sources transitively imported/exported by
        driver_extension.dart, which defines the API used to instrument a
        Flutter app running on the target device for use with a driver test.
      
      * common: sources common to both driver and extension code.
      
      This makes rolling Flutter into repositories that use Bazel (or
      Bazel-like build systems) significantly more robust, due to the simpler
      glob patterns involved.
      cf37a472
  22. 27 Sep, 2017 1 commit
  23. 21 Jul, 2017 1 commit
    • Ian Hickson's avatar
      Add documentation and clean up code. (#11330) · 8f56f6fd
      Ian Hickson authored
      Mainly, this adds documentation to members that were previously
      lacking documentation.
      
      It also adds a big block of documentation about improving performance
      of widgets.
      
      This also removes some references to package:collection and adds
      global setEquals and listEquals methods in foundation that we can use.
      (setEquals in particular should be much faster than the
      package:collection equivalent, though both should be faster as they
      avoid allocating new objects.) All remaining references now qualify
      the import so we know what our remaining dependencies are.
      
      Also lots of code reordering in Flutter driver to make the code
      consistent and apply the style guide more thoroughly.
      8f56f6fd
  24. 19 Jul, 2017 1 commit
  25. 22 Apr, 2017 1 commit
  26. 20 Apr, 2017 1 commit
  27. 15 Mar, 2017 1 commit
  28. 10 Mar, 2017 1 commit
  29. 04 Mar, 2017 1 commit
  30. 28 Feb, 2017 1 commit
  31. 09 Jan, 2017 1 commit
  32. 08 Nov, 2016 1 commit
  33. 04 May, 2016 1 commit
    • pq's avatar
      Literals get type annotations. · bcede8df
      pq authored
      As per the recent fix to the `always_specify_types` lint (https://github.com/dart-lang/linter/issues/199), literal maps and lists are now expected to be explicitly typed.
      
      Running that lint on the repo identifies quite a few spots to update.  This focuses on `flutter_driver` and `flutter_sprites` (somewhat arbitrarily) but the changes are fairly representative.
      
      Note there are a number of places where I made a quick judgement on how specific to make the types.  Feedback on those is welcome.  (Especially as we move forward with more.)
      bcede8df
  34. 19 Apr, 2016 1 commit
  35. 15 Apr, 2016 1 commit