1. 12 Apr, 2018 1 commit
    • Greg Spencer's avatar
      Fix a bug in the AnimatedChildSwitcher, add builders. (#16250) · c73b8a7c
      Greg Spencer authored
      This fixes a rendering problem in the AnimatedChildSwitcher where it would add a new "previous" child each time it rebuilt, and if you did it fast enough, all of them would disappear from the page.
      
      It also expands the API for AnimatedChildSwitcher to allow you to specify your own transition and/or layout builder for the transition.
      
      Fixes #16226
      c73b8a7c
  2. 20 Mar, 2018 1 commit
  3. 10 Mar, 2018 1 commit
  4. 14 Dec, 2017 1 commit
  5. 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
  6. 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
  7. 05 Sep, 2017 1 commit
  8. 03 Aug, 2017 1 commit
  9. 25 Jul, 2017 1 commit
  10. 21 Jul, 2017 1 commit
    • Ian Hickson's avatar
      AnimatedCrossFade layout customisation (#11343) · 1f08bda3
      Ian Hickson authored
      * Optimise AnimatedSize for the tight case.
      * Remove `default` from a switch statement over enum (so that analyzer will complain if we add enum values).
      * Adopt the Size since we use it after the child may have changed (which would throw normally).
      * AnimatedCrossFade.layoutBuilder
      1f08bda3
  11. 19 Jul, 2017 2 commits
  12. 13 Jun, 2017 1 commit
  13. 12 Jun, 2017 1 commit
  14. 06 Jun, 2017 1 commit
  15. 12 May, 2017 1 commit
  16. 06 May, 2017 1 commit
  17. 05 May, 2017 1 commit
  18. 23 Apr, 2017 1 commit
  19. 19 Apr, 2017 1 commit
  20. 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
  21. 17 Mar, 2017 1 commit
  22. 31 Jan, 2017 1 commit
  23. 27 Nov, 2016 1 commit
  24. 19 Nov, 2016 1 commit
  25. 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
  26. 09 Sep, 2016 1 commit
  27. 02 Sep, 2016 1 commit
  28. 30 Aug, 2016 1 commit