1. 02 Nov, 2020 1 commit
  2. 30 Oct, 2020 1 commit
  3. 23 Oct, 2020 1 commit
  4. 06 Oct, 2020 1 commit
  5. 11 Jun, 2020 1 commit
  6. 25 Jan, 2020 1 commit
  7. 13 Dec, 2019 1 commit
  8. 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
  9. 17 Sep, 2019 1 commit
  10. 16 Aug, 2019 1 commit
  11. 27 Mar, 2019 1 commit
  12. 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
  13. 01 Feb, 2019 1 commit
  14. 18 Dec, 2018 1 commit
  15. 08 Nov, 2018 1 commit
  16. 01 Oct, 2018 1 commit
  17. 13 Sep, 2018 1 commit
  18. 12 Sep, 2018 1 commit
  19. 09 Aug, 2018 1 commit
  20. 06 Aug, 2018 1 commit
  21. 05 Jun, 2018 1 commit
  22. 03 May, 2018 1 commit
  23. 25 Jan, 2018 1 commit
  24. 03 Jan, 2018 1 commit
  25. 22 Dec, 2017 1 commit
  26. 21 Dec, 2017 1 commit
    • Yegor's avatar
      Make UserAccountsDrawerHeader accessible (#13711) · 68736081
      Yegor authored
      * other accounts a11y; show accounts button a11y
      
      * layout with bigger tap areas; all semantics
      
      * internationalize UserAccountsDrawerHeader a11y labels
      
      * better Russian translation
      
      * break import cycle
      
      * address comments
      68736081
  27. 15 Dec, 2017 1 commit
  28. 05 Dec, 2017 1 commit
  29. 17 Nov, 2017 1 commit
    • Greg Spencer's avatar
      Fix spelling errors in all the dartdocs. (#13061) · 0259be90
      Greg Spencer authored
      I got tired of drive-by spelling fixes, so I figured I'd just take care of them all at once.
      
      This only corrects errors in the dartdocs, not regular comments, and I skipped any sample code in the dartdocs. It doesn't touch any identifiers in the dartdocs either. No code changes, just comments.
      0259be90
  30. 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
  31. 11 Sep, 2017 1 commit
  32. 01 Sep, 2017 1 commit
  33. 17 Aug, 2017 1 commit
  34. 30 Jun, 2017 1 commit
  35. 27 Apr, 2017 1 commit
  36. 20 Apr, 2017 1 commit
  37. 11 Apr, 2017 1 commit
    • xster's avatar
      Rename State.config to widget everywhere (#9273) · 89a7fdfc
      xster authored
      Rename State.config to State.widget
      Rename State.didUpdateConfig to State.didUpdateWidget
      Renamed all State subclasses' local variables named config to something else
      89a7fdfc
  38. 24 Mar, 2017 1 commit
  39. 31 Jan, 2017 1 commit
  40. 21 Dec, 2016 1 commit