1. 13 May, 2017 1 commit
  2. 12 May, 2017 1 commit
  3. 06 May, 2017 2 commits
  4. 05 May, 2017 1 commit
  5. 25 Apr, 2017 1 commit
  6. 23 Apr, 2017 1 commit
  7. 19 Apr, 2017 1 commit
  8. 17 Apr, 2017 1 commit
  9. 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
  10. 04 Apr, 2017 1 commit
  11. 31 Mar, 2017 2 commits
    • Adam Barth's avatar
      Improve focus management (#9074) · 89aaaa9c
      Adam Barth authored
      We now have an explicit focus tree that we manage. Instead of using
      GlobalKeys to manage focus, we use FocusNode and FocusScopeNode objects.
      The FocusNode is Listenable and notifies when its focus state changes.
      
      Focus notifications trigger by tree mutations are now delayed by one
      frame, which is necessary to handle certain complex tree mutations. In
      the common case of focus changes being triggered by user input, the
      focus notificiation still arives in the same frame.
      89aaaa9c
    • Alexandre Ardhuin's avatar
      add @required when there's an assert not null (#9124) · 2de61a08
      Alexandre Ardhuin authored
      * add @required when there's an assert not null
      
      * address review comments
      2de61a08
  12. 08 Mar, 2017 1 commit
  13. 04 Mar, 2017 1 commit
  14. 21 Feb, 2017 1 commit
  15. 09 Feb, 2017 1 commit
    • Ian Hickson's avatar
      Port AppBar to Scrollable2 (#7996) · 83a4cf26
      Ian Hickson authored
      Move the back button and drawer opening logic into the app bar.
      
      Move the tap-status-bar-to-scroll-to-top logic to using
      ScrollControllers. Provide a PrimaryScrollController and a `primary`
      flag on scroll views.
      
      Make it possible to track when a route becomes or stops being poppable.
      83a4cf26
  16. 04 Feb, 2017 1 commit
  17. 30 Jan, 2017 1 commit
  18. 25 Jan, 2017 2 commits
  19. 24 Jan, 2017 1 commit
  20. 20 Jan, 2017 1 commit
  21. 19 Jan, 2017 1 commit
    • Adam Barth's avatar
      Improve Route lifecycle (#7526) · 23361d5a
      Adam Barth authored
      Previously the navigator wouldn't always call Route.dispose when it was
      removed from the tree. After this patch, the navigator remembers popped
      routes so that it can call dispose on them when it is removed from the
      tree.
      
      Also, improve some error messages around calling dispose() more than
      once on routes and AnimationControllers.
      
      Fixes #7457
      23361d5a
  22. 18 Jan, 2017 1 commit
  23. 11 Jan, 2017 1 commit
  24. 10 Jan, 2017 1 commit
  25. 09 Dec, 2016 1 commit
  26. 22 Nov, 2016 1 commit
  27. 19 Nov, 2016 1 commit
  28. 03 Nov, 2016 1 commit
  29. 31 Oct, 2016 1 commit
  30. 24 Oct, 2016 2 commits
  31. 14 Oct, 2016 1 commit
  32. 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
  33. 20 Sep, 2016 1 commit
  34. 09 Sep, 2016 1 commit
  35. 07 Sep, 2016 1 commit
  36. 29 Aug, 2016 1 commit