1. 11 Jun, 2020 1 commit
  2. 22 Apr, 2020 1 commit
  3. 10 Apr, 2020 1 commit
  4. 27 Jan, 2020 1 commit
  5. 17 Jan, 2020 1 commit
  6. 16 Jan, 2020 1 commit
  7. 10 Jan, 2020 1 commit
  8. 16 Dec, 2019 1 commit
  9. 27 Nov, 2019 1 commit
    • Ian Hickson's avatar
      License update (#45373) · 449f4a66
      Ian Hickson authored
      * Update project.pbxproj files to say Flutter rather than Chromium
      
      Also, the templates now have an empty organization so that we don't cause people to give their apps a Flutter copyright.
      
      * Update the copyright notice checker to require a standard notice on all files
      
      * Update copyrights on Dart files. (This was a mechanical commit.)
      
      * Fix weird license headers on Dart files that deviate from our conventions; relicense Shrine.
      
      Some were already marked "The Flutter Authors", not clear why. Their
      dates have been normalized. Some were missing the blank line after the
      license. Some were randomly different in trivial ways for no apparent
      reason (e.g. missing the trailing period).
      
      * Clean up the copyrights in non-Dart files. (Manual edits.)
      
      Also, make sure templates don't have copyrights.
      
      * Fix some more ORGANIZATIONNAMEs
      449f4a66
  10. 25 Oct, 2019 1 commit
  11. 20 Jun, 2019 1 commit
  12. 19 Jun, 2019 1 commit
  13. 01 May, 2019 1 commit
  14. 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
  15. 09 Jan, 2019 1 commit
  16. 08 Jan, 2019 1 commit
  17. 07 Jan, 2019 1 commit
  18. 12 Sep, 2018 1 commit
  19. 02 Aug, 2018 1 commit
  20. 27 Jul, 2018 1 commit
  21. 23 Jul, 2018 1 commit
  22. 16 Jul, 2018 2 commits
  23. 11 Jan, 2018 1 commit
  24. 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
  25. 08 Dec, 2017 1 commit
    • Ian Hickson's avatar
      Fix tapping on a test in flutter run (#13397) · d25e0eb0
      Ian Hickson authored
      Also:
      
      * Remove find.byIcon since it's identical to find.icon. (I sent mail to flutter-dev about this.)
      
      * Fix IconData's operator== and hashCode, which had not been updated when we added fields.
      
      * Add the byTooltip finder to the list of suggested finders.
      
      * Make the suggested Key finder prettier.
      d25e0eb0
  26. 09 Nov, 2017 1 commit
    • Greg Spencer's avatar
      Add an UnconstrainedBox and factor out debug overflow indicator. (#12856) · 3541ad0a
      Greg Spencer authored
      UnconstrainedBox will allow its child to size itself as if it had no constraints, and then attempt to fit around that object, until its own constraints are exceeded, in which case it will clip and display an overflow warning.
      
      I also factored out DebugOverflowIndicator, which will draw overflow indicators on containers which overflow but aren't expected to.
      3541ad0a
  27. 07 Oct, 2017 1 commit
  28. 07 Apr, 2017 1 commit
  29. 13 Mar, 2017 1 commit
  30. 04 Mar, 2017 1 commit
  31. 22 Feb, 2017 1 commit
    • xster's avatar
      Conform appbar buttons to Material (#8263) · 72fa281f
      xster authored
      Extend app bar left to edge, right to 4dp
      Make leading button square and 56dp
      Keep title at 72dp on Android according to Material
      Renamed IconButton.size to .iconSize
      IconButton minimum size expands to 48dp (#8264)
      IconButton default constraints to 48. Can still stretch to infinity but can't be smaller than 48.
      Ink splash for IconButton 40% bigger than the touch target to match Material
      Tests
      72fa281f
  32. 08 Feb, 2017 3 commits
  33. 26 Jan, 2017 1 commit
  34. 24 Jan, 2017 1 commit