1. 13 Dec, 2019 1 commit
  2. 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
  3. 30 Sep, 2019 1 commit
  4. 05 Sep, 2019 1 commit
    • Ian Hickson's avatar
      Docs (#39198) · a415c76b
      Ian Hickson authored
      * Minor improvements to framework documentation.
      
      * maybePop documentation fix
      
      * Mark some flutter_test arguments required.
      
      Without these set, we get a crash.
      
      * Minor correction to ListView docs
      a415c76b
  5. 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
  6. 01 Oct, 2018 1 commit
  7. 12 Sep, 2018 1 commit
  8. 05 Jun, 2018 1 commit
  9. 10 May, 2018 1 commit
  10. 03 May, 2018 1 commit
  11. 11 Mar, 2018 1 commit
  12. 21 Dec, 2017 1 commit
  13. 16 Nov, 2017 1 commit
    • Ian Hickson's avatar
      ExpansionPanel animation fixes (#13032) · c97fc206
      Ian Hickson authored
      Previously, ExpansionPanel would do weird things if interacted with
      when it was already animating. This is fixed and there's now a test.
      
      Also:
      
       * Minor fixes to make the gallery work in RTL, not that there's
         any way to see that without hard-coding the framework to RTL.
         But at least I'll be less annoyed when doing that.
      
       * Some trivial code and documentation cleanup.
      c97fc206
  14. 25 Oct, 2017 1 commit
  15. 05 Oct, 2017 1 commit
  16. 03 Aug, 2017 1 commit
  17. 30 Jun, 2017 1 commit
  18. 10 May, 2017 2 commits
  19. 05 May, 2017 1 commit
  20. 27 Apr, 2017 1 commit
  21. 23 Apr, 2017 1 commit
  22. 21 Apr, 2017 1 commit
  23. 19 Apr, 2017 1 commit
  24. 14 Apr, 2017 1 commit
  25. 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
  26. 08 Apr, 2017 1 commit
  27. 04 Mar, 2017 1 commit
  28. 23 Feb, 2017 1 commit
  29. 31 Jan, 2017 1 commit
  30. 20 Jan, 2017 1 commit
    • Adam Barth's avatar
      Strengthen animation listener iteration patterns (#7566) · 0f1d9775
      Adam Barth authored
      This patch aligns the iteration patterns used by animations and
      ChangeNotifier. They now both respect re-entrant removal of listeners
      and coalesce duplication registrations. (Also, ChangeNotifier
      notification is no longer N^2).
      
      This patch introduces ObserverList to avoid the performance regression that the
      previous version of this patch caused.
      
      Fixes #7533
      0f1d9775
  31. 19 Nov, 2016 1 commit
  32. 03 Nov, 2016 1 commit
  33. 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
  34. 16 Sep, 2016 1 commit
  35. 14 Sep, 2016 1 commit
  36. 02 Sep, 2016 1 commit
  37. 17 Aug, 2016 1 commit
  38. 15 Aug, 2016 1 commit
    • Dragoș Tiselice's avatar
      Added global keys to Material slices. (#5386) · c0a71e34
      Dragoș Tiselice authored
      Because parent structure changes when slices gets separated and
      merged, children widgets can be rebuilt redundantly. This commit
      adds a global key to each child so that the framework always knows
      its children apart.
      c0a71e34
  39. 11 Aug, 2016 1 commit