1. 02 Aug, 2018 1 commit
  2. 30 Jul, 2018 1 commit
  3. 27 Jul, 2018 1 commit
  4. 23 Jul, 2018 1 commit
  5. 16 Jul, 2018 2 commits
  6. 05 Jun, 2018 1 commit
  7. 04 May, 2018 1 commit
  8. 03 May, 2018 1 commit
  9. 01 Feb, 2018 1 commit
  10. 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
  11. 14 Dec, 2017 1 commit
  12. 25 Oct, 2017 1 commit
    • Jeff McGlynn's avatar
      Add a pageSnapping parameter to PageView (#12596) · 021a2688
      Jeff McGlynn authored
      * Add a pageSnapping parameter to PageView
      
      Setting the pageSnapping property allows extending the PageView scroll
      behavior, such as custom scroll animations or custom scroll bars.
      
      * Apply pageSnapping CR feedback
      
      - Remove _kNonSnappingPhysics, use null instead.
      - Minor code style fixes.
      - It turns out that the forth state is Arkansas, not California.
      021a2688
  13. 06 Oct, 2017 1 commit
    • Iiro Krankka's avatar
      Change PageController#nextPage & #previousPage methods to return Future when... · 0a85db29
      Iiro Krankka authored
      Change PageController#nextPage & #previousPage methods to return Future when the animation completes. (#12299)
      
      * Changed PageController #nextPage & #previousPage to return a Future after completing.
      
      * Removed false statement about returning a Future in PageController#jumpToPage
      
      * Added tests to make sure nextPage & previousPage return Futures.
      
      * Tested that the Futures returned by nextPage & previousPage actually resolve.
      
      * Renaming *pageCalled to *pageCompleted, since that's what it's actually for.
      0a85db29
  14. 02 Oct, 2017 1 commit
  15. 24 Sep, 2017 1 commit
  16. 05 Sep, 2017 1 commit
  17. 31 Aug, 2017 1 commit
  18. 03 Aug, 2017 1 commit
  19. 28 Jul, 2017 1 commit
  20. 25 Jul, 2017 1 commit
  21. 21 Jul, 2017 1 commit
    • Ian Hickson's avatar
      Add documentation and clean up code. (#11330) · 8f56f6fd
      Ian Hickson authored
      Mainly, this adds documentation to members that were previously
      lacking documentation.
      
      It also adds a big block of documentation about improving performance
      of widgets.
      
      This also removes some references to package:collection and adds
      global setEquals and listEquals methods in foundation that we can use.
      (setEquals in particular should be much faster than the
      package:collection equivalent, though both should be faster as they
      avoid allocating new objects.) All remaining references now qualify
      the import so we know what our remaining dependencies are.
      
      Also lots of code reordering in Flutter driver to make the code
      consistent and apply the style guide more thoroughly.
      8f56f6fd
  22. 09 Jun, 2017 1 commit
  23. 08 Jun, 2017 1 commit
  24. 06 Jun, 2017 1 commit
  25. 02 Jun, 2017 1 commit
  26. 09 May, 2017 1 commit
  27. 05 May, 2017 1 commit
  28. 03 May, 2017 1 commit
  29. 02 May, 2017 1 commit
  30. 25 Apr, 2017 1 commit
  31. 21 Apr, 2017 1 commit
  32. 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
  33. 05 Apr, 2017 2 commits
  34. 29 Mar, 2017 1 commit
  35. 10 Mar, 2017 1 commit
  36. 05 Mar, 2017 1 commit
  37. 04 Mar, 2017 1 commit
  38. 03 Mar, 2017 1 commit