1. 14 Dec, 2017 1 commit
  2. 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
  3. 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
  4. 05 Sep, 2017 1 commit
  5. 03 Aug, 2017 1 commit
  6. 25 Jul, 2017 1 commit
  7. 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
  8. 19 Jul, 2017 2 commits
  9. 13 Jun, 2017 1 commit
  10. 12 Jun, 2017 1 commit
  11. 06 Jun, 2017 1 commit
  12. 12 May, 2017 1 commit
  13. 06 May, 2017 1 commit
  14. 05 May, 2017 1 commit
  15. 23 Apr, 2017 1 commit
  16. 19 Apr, 2017 1 commit
  17. 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
  18. 17 Mar, 2017 1 commit
  19. 31 Jan, 2017 1 commit
  20. 27 Nov, 2016 1 commit
  21. 19 Nov, 2016 1 commit
  22. 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
  23. 09 Sep, 2016 1 commit
  24. 02 Sep, 2016 1 commit
  25. 30 Aug, 2016 1 commit