1. 13 Aug, 2020 1 commit
  2. 11 Jun, 2020 1 commit
  3. 11 Feb, 2020 1 commit
  4. 27 Jan, 2020 1 commit
  5. 17 Jan, 2020 2 commits
  6. 07 Jan, 2020 1 commit
  7. 27 Nov, 2019 2 commits
    • Ian Hickson's avatar
      License update (#45373) · 449f4a66
      Ian Hickson authored
      * Update project.pbxproj files to say Flutter rather than Chromium
      
      Also, the templates now have an empty organization so that we don't cause people to give their apps a Flutter copyright.
      
      * Update the copyright notice checker to require a standard notice on all files
      
      * Update copyrights on Dart files. (This was a mechanical commit.)
      
      * Fix weird license headers on Dart files that deviate from our conventions; relicense Shrine.
      
      Some were already marked "The Flutter Authors", not clear why. Their
      dates have been normalized. Some were missing the blank line after the
      license. Some were randomly different in trivial ways for no apparent
      reason (e.g. missing the trailing period).
      
      * Clean up the copyrights in non-Dart files. (Manual edits.)
      
      Also, make sure templates don't have copyrights.
      
      * Fix some more ORGANIZATIONNAMEs
      449f4a66
    • LongCatIsLooong's avatar
  8. 26 Nov, 2019 1 commit
  9. 15 Nov, 2019 1 commit
  10. 21 Aug, 2019 1 commit
  11. 18 Jun, 2019 1 commit
  12. 07 Mar, 2019 1 commit
  13. 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
  14. 21 Feb, 2019 1 commit
  15. 09 Jan, 2019 1 commit
  16. 08 Jan, 2019 1 commit
  17. 07 Jan, 2019 1 commit
  18. 12 Sep, 2018 1 commit
  19. 02 Aug, 2018 1 commit
  20. 27 Jul, 2018 1 commit
  21. 23 Jul, 2018 1 commit
  22. 16 Jul, 2018 2 commits
  23. 04 May, 2018 1 commit
  24. 01 Feb, 2018 1 commit
  25. 11 Jan, 2018 1 commit
  26. 14 Dec, 2017 1 commit
  27. 14 Nov, 2017 1 commit
    • Jeff McGlynn's avatar
      PageView ballistics overshoot the page on some devices (#12884) · 473d75a6
      Jeff McGlynn authored
      * PageView ballistics overshoot the page on some devices
      
      On some devices, such as Cupertino “Plus”-sized devices, scrolling left on the first page of a PageView will overshoot the first page and land on the second page.
      
      The issue is that applyContentDimensions incorrectly detects a content size change due to a floating point comparison on certain screen sizes (18257.400000000005 vs 18257.4)
      
      To fix this, perform a nearEqual comparison in applyContentDimensions.
      
      * Apply style changes to nearEqual for code review feedback.
      473d75a6
  28. 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
  29. 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
  30. 04 Oct, 2017 1 commit
  31. 31 Aug, 2017 1 commit
  32. 27 Jul, 2017 1 commit
    • Ian Hickson's avatar
      Increase the touch slop. (#11419) · 87445e59
      Ian Hickson authored
      It was 8.0. It's now arbitrarily 18.0.
      
      Changing this required adjusting some tests. Adjusting the tests
      required debugging the tests. Debugging the tests required some tools
      to help debugging gesture recognizers and gesture arenas, so I added
      some. It also required updating some toString() methods which resulted
      in some changes to the tree diagnostics logic.
      
      Also I cleaned up some docs while I was at it.
      87445e59
  33. 06 Jul, 2017 1 commit
    • xster's avatar
      Match non-linear overscroll spring to iOS (#11065) · 47c4d64f
      xster authored
      * Make the drag resistance non-linear
      
      * Let the easing of overscroll have a spring effect too
      
      * Add tests and prevent possible drift by having a slightly smaller resistance when easing the overscroll
      
      * lint
      47c4d64f
  34. 12 Jun, 2017 1 commit
  35. 09 Jun, 2017 1 commit
  36. 08 Jun, 2017 1 commit
  37. 06 Jun, 2017 1 commit