1. 05 Nov, 2019 1 commit
  2. 25 Apr, 2019 1 commit
  3. 09 Mar, 2019 1 commit
  4. 19 Dec, 2018 1 commit
  5. 30 Oct, 2018 1 commit
  6. 29 Sep, 2018 1 commit
  7. 28 Sep, 2018 1 commit
  8. 26 Sep, 2018 1 commit
  9. 12 Sep, 2018 1 commit
  10. 27 Aug, 2018 1 commit
  11. 13 Aug, 2018 1 commit
  12. 02 Aug, 2018 1 commit
  13. 27 Jul, 2018 1 commit
  14. 23 Jul, 2018 1 commit
  15. 18 Jul, 2018 1 commit
  16. 16 Jul, 2018 2 commits
  17. 22 Mar, 2018 1 commit
    • Ian Hickson's avatar
      Clean up the existing Navigator API. (#15718) · aba0379d
      Ian Hickson authored
      This is not a grand refactor yet, it's just cleaning up what we have
      already, so that people who keep using this API (e.g. dialogs) have
      something coherent to deal with.
      
      The major changes are that Navigator and NavigatorState have the same
      API now, that most of the examples use `<void>` instead of `<Null>`,
      that the navigator observer can see replaces, and that the `settings`
      is moved from ModalRoute to Route. I also cleaned up some of the API
      documentation.
      aba0379d
  18. 06 Mar, 2018 1 commit
  19. 26 Jan, 2018 1 commit
    • xster's avatar
      CupertinoPicker part 4 - create CupertinoPicker and add gallery demo (#14091) · 667f4785
      xster authored
      * controller, position and test
      
      * Make controllers swappable
      
      * WIP
      
      * Create a ListWheelScrollPhysics
      
      * Created picker and gallery demo and testing now
      
      * Works. Ready to document and test.
      
      * Document and add tests. Make the scroll controller more generic.
      
      * minor cleanup
      
      * review
      
      * review
      
      * fix tests
      
      * stop using TransformLayers for now
      667f4785