1. 03 Oct, 2017 1 commit
  2. 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
  3. 28 Sep, 2017 1 commit
  4. 07 Aug, 2017 1 commit
  5. 03 Aug, 2017 1 commit
  6. 28 Jul, 2017 1 commit
  7. 25 Jul, 2017 1 commit
  8. 21 Jul, 2017 1 commit
  9. 20 Jul, 2017 1 commit
  10. 15 Jul, 2017 1 commit
  11. 09 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. 21 Apr, 2017 1 commit
  17. 17 Apr, 2017 1 commit
  18. 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
  19. 05 Apr, 2017 1 commit
  20. 04 Apr, 2017 1 commit
  21. 31 Mar, 2017 1 commit
    • 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
  22. 20 Mar, 2017 1 commit
  23. 14 Mar, 2017 1 commit
  24. 10 Mar, 2017 1 commit
  25. 04 Mar, 2017 1 commit
  26. 02 Mar, 2017 1 commit
  27. 21 Feb, 2017 2 commits
  28. 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
  29. 07 Feb, 2017 1 commit
  30. 02 Feb, 2017 1 commit
  31. 31 Jan, 2017 1 commit
  32. 24 Jan, 2017 1 commit
  33. 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
  34. 18 Jan, 2017 1 commit
  35. 09 Dec, 2016 1 commit
  36. 19 Nov, 2016 1 commit
  37. 31 Oct, 2016 1 commit
  38. 24 Oct, 2016 1 commit
  39. 14 Oct, 2016 1 commit