1. 21 Feb, 2019 1 commit
  2. 29 Jan, 2019 1 commit
  3. 18 Jan, 2019 1 commit
  4. 17 Jan, 2019 1 commit
  5. 09 Jan, 2019 1 commit
  6. 08 Jan, 2019 1 commit
  7. 07 Jan, 2019 1 commit
  8. 19 Nov, 2018 1 commit
  9. 16 Oct, 2018 1 commit
  10. 09 Oct, 2018 1 commit
  11. 01 Oct, 2018 1 commit
  12. 14 Sep, 2018 1 commit
  13. 12 Sep, 2018 1 commit
  14. 21 Aug, 2018 1 commit
    • Ian Hickson's avatar
      Cleanup (#20754) · 94f9604a
      Ian Hickson authored
      - remove an //ignore that is no longer needed
      - fix some intrinsic methods that used the API incorrectly (shouldn't affect correctness but should make things a tiny bit more efficient)
      - add some asserts to help track down bugs quicker
      - update a TODO to point to the currently relevant bug
      - fix some indenting
      - improve the naming of some privates to improve readability
      94f9604a
  15. 08 Aug, 2018 1 commit
  16. 13 Jun, 2018 1 commit
    • Chris Bracken's avatar
      Revert elimination of Dart 1 (#18460) · 2ae48845
      Chris Bracken authored
      fuchsia_tester.dart still assumes Dart 1. Previously, it ran tests directly
      from source, flutter_platform.dart automatically runs a kernel compile when
      operating in Dart 2 mode, but this assumes a functional Dart SDK is available
      in the artifacts directly, and fuchsia_tester.dart mocks out the artifacts
      directory with an empty temp dir.
      
      Remaining work is:
      1. Get the frontend server building as a dependency on Fuchsia.
      2. Patch fuchsia_tester.dart to use a valid Dart SDK and frontend server.
      
      This also reverts migration to Dart 2 typedef syntax.
      
      This reverts commit 6c56bb24. (#18362)
      This reverts commit 3daebd05. (#18316)
      2ae48845
  17. 11 Jun, 2018 1 commit
    • Greg Spencer's avatar
      Update typedef syntax to use Function notation and turn on lint for old notation. (#18362) · 6c56bb24
      Greg Spencer authored
      Now that Dart 1 is turned off, reapplying my change to turn on the prefer_generic_function_type_aliases analysis option, and fix all the typedefs to Dart 2 preferred syntax.
      
      Also eliminated the unused analysis_options_repo.yaml file and turned on public_member_api_docs in analysys_options.yaml.
      
      No logic changes, just changing the typedef syntax for all typedefs, and updating analysis options.
      6c56bb24
  18. 05 Jun, 2018 1 commit
  19. 30 May, 2018 2 commits
  20. 03 May, 2018 1 commit
  21. 20 Mar, 2018 1 commit
  22. 12 Mar, 2018 1 commit
  23. 10 Feb, 2018 1 commit
  24. 07 Feb, 2018 1 commit
  25. 02 Feb, 2018 1 commit
  26. 23 Jan, 2018 1 commit
  27. 10 Jan, 2018 1 commit
  28. 09 Jan, 2018 1 commit
  29. 23 Nov, 2017 1 commit
  30. 27 Sep, 2017 1 commit
  31. 12 Sep, 2017 1 commit
  32. 08 Sep, 2017 1 commit
  33. 03 Aug, 2017 1 commit
  34. 28 Jul, 2017 1 commit
  35. 25 Jul, 2017 1 commit
  36. 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
  37. 19 Jul, 2017 1 commit
  38. 08 Jun, 2017 1 commit
  39. 05 May, 2017 1 commit