1. 10 Jul, 2019 1 commit
    • Shi-Hao Hong's avatar
      Update Dark Theme disabledColor to White38 (#35136) · e7ef7568
      Shi-Hao Hong authored
      * Add Colors.white38
      
      * Update ThemeData.disabledColor and ButtonThemeData.disabledColor to Colors.white38
      
      * Update pre-existing tests to expect Colors.white38 instead of Colors.white30
      
      * Update API documentation to reflect these changes
      e7ef7568
  2. 25 Jun, 2019 1 commit
  3. 20 Jun, 2019 1 commit
  4. 19 Jun, 2019 1 commit
  5. 16 May, 2019 1 commit
  6. 22 Mar, 2019 1 commit
  7. 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
  8. 12 Feb, 2019 1 commit
  9. 01 Feb, 2019 1 commit
  10. 23 Sep, 2018 1 commit
  11. 14 Sep, 2018 1 commit
  12. 12 Sep, 2018 1 commit
  13. 02 Aug, 2018 1 commit
  14. 30 Jul, 2018 1 commit
  15. 27 Jul, 2018 1 commit
  16. 23 Jul, 2018 1 commit
  17. 16 Jul, 2018 2 commits
  18. 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
  19. 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
  20. 05 Jun, 2018 1 commit
  21. 30 May, 2018 2 commits
  22. 18 May, 2018 1 commit
  23. 12 Mar, 2018 1 commit
  24. 11 Mar, 2018 1 commit
  25. 01 Feb, 2018 1 commit
  26. 21 Dec, 2017 1 commit
  27. 19 Dec, 2017 1 commit
    • Ian Hickson's avatar
      Fix niggling PaginatedDataTable bugs (#13556) · 78ff7707
      Ian Hickson authored
      Prevent header from thinking it can wrap and then overflowing.
      
      Fix default footer string which lost its colon (localized values are fine).
      
      Make the "rows per page" drop-down include at least one value even when the table lacks many items. (Previously it would assert if your table was too short.)
      
      Make the footer scrollable.
      
      Fix some todos and improve some debug output.
      
      Tests for much of the above.
      78ff7707
  28. 02 Oct, 2017 1 commit
    • Adam Barth's avatar
      Add Alignment, which will replace FractionalOffset (#12342) · 2b126bcd
      Adam Barth authored
      Unlike FractionalOffset, Alignment uses the center as the zero of the
      coordinate system, which makes the RTL math work out much cleaner.
      
      Also, make FractionalOffset into a subclass of Alignment so that clients
      can continue to use FractionalOffset.
      2b126bcd
  29. 24 Sep, 2017 1 commit
    • Adam Barth's avatar
      RTL support for DataTable (#12229) · 260353f2
      Adam Barth authored
      Just some very minor tweaks to remove subtle LTR bias.
      
      We use the same arrow rotation animation in RTL and LTR, but I think
      that's correct. Usually, rotations are either clockwise or
      anitclockwise, which are the same in RTL and LTR. We might need to check
      with someone who reads an RTL language to confirm.
      
      Fixes #11845
      260353f2
  30. 23 Sep, 2017 1 commit
  31. 11 Sep, 2017 1 commit
  32. 18 Aug, 2017 1 commit
  33. 03 Jun, 2017 1 commit
  34. 21 May, 2017 1 commit
  35. 10 May, 2017 2 commits
  36. 05 May, 2017 1 commit
  37. 27 Apr, 2017 1 commit