1. 29 Apr, 2019 1 commit
  2. 06 Mar, 2019 1 commit
  3. 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
  4. 17 Oct, 2018 1 commit
  5. 05 Oct, 2018 2 commits
  6. 12 Sep, 2018 1 commit
  7. 07 Sep, 2018 1 commit
  8. 29 Aug, 2018 1 commit
  9. 20 Mar, 2018 1 commit
  10. 15 Feb, 2018 1 commit
  11. 08 Feb, 2018 3 commits
  12. 01 Feb, 2018 3 commits
  13. 21 Sep, 2017 1 commit
  14. 03 Aug, 2017 1 commit
  15. 25 Jul, 2017 1 commit
  16. 02 Jun, 2017 1 commit
    • Ian Hickson's avatar
      Sprinkle some mixin magic incantations (#10442) · 9eae8b83
      Ian Hickson authored
      This prevents some of our mixins from being subclassed.
      
      Also, move mixins to using 'extends' instead of 'implements' for
      future compatibility with Dart changes.
      
      Also, rename a class that had Mixin in the name but was not a mixin.
      9eae8b83
  17. 23 Apr, 2017 1 commit
  18. 14 Mar, 2017 1 commit
  19. 04 Mar, 2017 1 commit
  20. 10 Jan, 2017 1 commit
  21. 05 Jan, 2017 1 commit
  22. 19 Nov, 2016 1 commit
  23. 24 Oct, 2016 1 commit
  24. 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