1. 27 May, 2019 1 commit
  2. 20 Mar, 2019 1 commit
    • Alexandre Ardhuin's avatar
      some spaces formatting (#29452) · a6af4228
      Alexandre Ardhuin authored
      * some space formattings
      
      * always use blocks in if-else if a block is used
      
      * format spaces in for and while
      
      * allow multiline if conditions
      
      * fix missing space
      a6af4228
  3. 11 Mar, 2019 1 commit
    • stuartmorgan's avatar
      Add support for scrollwheels (#22762) · 5922a40e
      stuartmorgan authored
      Adds support for discrete scroll events, such as those sent by a scroll wheel.
      
      Includes the plumbing to convert, dispatch, and handle these events, as well as
      Scrollable support for consuming them.
      5922a40e
  4. 01 Mar, 2019 1 commit
    • Alexandre Ardhuin's avatar
      Add missing trailing commas (#28673) · 387f8854
      Alexandre Ardhuin authored
      * add trailing commas on list/map/parameters
      
      * add trailing commas on Invocation with nb of arg>1
      
      * add commas for widget containing widgets
      
      * add trailing commas if instantiation contains trailing comma
      
      * revert bad change
      387f8854
  5. 25 Feb, 2019 1 commit
    • jslavitz's avatar
      Breaks the moveBy call from drag and dragFrom into two separate calls and... · 47724f97
      jslavitz authored
      Breaks the moveBy call from drag and dragFrom into two separate calls and changes the default behavior of DragStartBehavior to DragStartBehavior.start (#26438)
      
      * Breaking change which sets the default DragStartBehavior to DragStartBehavior.start and changes WidgetTester.drag and WidgetTester.dragFrom by breaking the moveBy function call into multiple pieces.
      47724f97
  6. 21 Feb, 2019 1 commit
  7. 29 Jan, 2019 1 commit
  8. 18 Jan, 2019 1 commit
  9. 17 Jan, 2019 1 commit
  10. 09 Jan, 2019 1 commit
  11. 08 Jan, 2019 1 commit
  12. 07 Jan, 2019 1 commit
  13. 19 Nov, 2018 1 commit
  14. 16 Oct, 2018 1 commit
  15. 09 Oct, 2018 1 commit
  16. 01 Oct, 2018 1 commit
  17. 14 Sep, 2018 1 commit
  18. 12 Sep, 2018 1 commit
  19. 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
  20. 08 Aug, 2018 1 commit
  21. 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
  22. 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
  23. 05 Jun, 2018 1 commit
  24. 30 May, 2018 2 commits
  25. 03 May, 2018 1 commit
  26. 20 Mar, 2018 1 commit
  27. 12 Mar, 2018 1 commit
  28. 10 Feb, 2018 1 commit
  29. 07 Feb, 2018 1 commit
  30. 02 Feb, 2018 1 commit
  31. 23 Jan, 2018 1 commit
  32. 10 Jan, 2018 1 commit
  33. 09 Jan, 2018 1 commit
  34. 23 Nov, 2017 1 commit
  35. 27 Sep, 2017 1 commit
  36. 12 Sep, 2017 1 commit
  37. 08 Sep, 2017 1 commit
  38. 03 Aug, 2017 1 commit
  39. 28 Jul, 2017 1 commit