1. 11 Jun, 2020 1 commit
  2. 10 Dec, 2019 1 commit
  3. 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
  4. 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
  5. 24 May, 2019 1 commit
    • Shi-Hao Hong's avatar
      ExpandIcon Custom Colors (#33148) · 9d520853
      Shi-Hao Hong authored
      * Implement ExpandIcon custom color, expandedColor, and disabledColor
      
      * Update to use pumpAndSettle instead of hard-coded duration
      
      * Update colors to unfocused state, added dark mode test to active state
      
      * Fix Colors.white30 doc opacity value
      
      * Add links to Material Design specifications to color, expandedColor and disabledColor
      
      * Update API docs to reference dark theme material page
      9d520853
  6. 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
  7. 28 Feb, 2019 1 commit
    • Greg Spencer's avatar
      Fix spelling errors. (#28657) · ccdd5057
      Greg Spencer authored
      Fix the spelling errors in the dartdocs for the framework.
      
      There are no functionality changes here, just documentation fixes.
      ccdd5057
  8. 23 Sep, 2018 1 commit
  9. 13 Sep, 2018 1 commit
  10. 12 Sep, 2018 1 commit
  11. 06 Sep, 2018 1 commit
  12. 22 Aug, 2018 1 commit
  13. 05 Jun, 2018 1 commit
  14. 03 May, 2018 1 commit
  15. 20 Mar, 2018 1 commit
  16. 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
  17. 01 Sep, 2017 1 commit
  18. 21 May, 2017 1 commit
  19. 23 Apr, 2017 1 commit
  20. 17 Apr, 2017 1 commit
  21. 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
  22. 07 Apr, 2017 1 commit
  23. 17 Mar, 2017 1 commit
  24. 23 Feb, 2017 1 commit
  25. 19 Nov, 2016 1 commit
  26. 26 Sep, 2016 1 commit
    • Ian Hickson's avatar
      Turn off AnimationControllers when not in use (#5902) · 9e673853
      Ian Hickson authored
      This requires all AnimationController objects to be given a
      TickerProvider, a class that can create the Ticker.
      
      It also provides some nice mixins for people who want to have their
      State provide a TickerProvider. And a schedulerTickerProvider for those
      cases where you just want to see your battery burn.
      
      Also, we now enforce destruction order for elements.
      9e673853
  27. 22 Aug, 2016 1 commit
  28. 18 Aug, 2016 1 commit