1. 15 Dec, 2023 1 commit
  2. 13 Sep, 2023 1 commit
  3. 20 Jan, 2023 1 commit
  4. 31 Oct, 2022 1 commit
  5. 26 May, 2022 1 commit
  6. 14 Apr, 2022 1 commit
  7. 10 May, 2021 1 commit
  8. 21 Apr, 2021 1 commit
  9. 16 Feb, 2021 1 commit
  10. 15 Oct, 2020 1 commit
  11. 11 Jun, 2020 1 commit
  12. 07 Jan, 2020 1 commit
  13. 06 Jan, 2020 1 commit
  14. 16 Dec, 2019 1 commit
  15. 27 Nov, 2019 1 commit
    • 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
  16. 22 Mar, 2019 1 commit
  17. 12 Sep, 2018 1 commit
  18. 02 Aug, 2018 1 commit
  19. 27 Jul, 2018 1 commit
  20. 23 Jul, 2018 1 commit
  21. 16 Jul, 2018 2 commits
  22. 12 Mar, 2018 1 commit
  23. 09 Jan, 2018 1 commit
  24. 25 Oct, 2017 1 commit
  25. 20 Sep, 2017 1 commit
    • xster's avatar
      Scroll momentum builds on iOS with repeated flings (#11685) · 59b94185
      xster authored
      * Record original pointer event timestamp
      
      * review
      
      * review
      
      * review
      
      * Matched motions with iOS. Didn’t add overscroll spring clamps and fix tests yet.
      
      * clamp max overscroll transfer
      
      * Add test
      
      * review notes, moved things around
      
      * remove function passing indirection
      
      * review
      
      * Replace stopwatch with timestamp from #11988
      
      * move static
      
      * Review
      59b94185
  26. 05 Sep, 2017 1 commit
  27. 07 Jun, 2017 1 commit
  28. 27 Apr, 2017 1 commit
    • Adam Barth's avatar
      Add NestedScrollView (#9640) · 744c9126
      Adam Barth authored
      A NestedScrollView lets you implement patterns where you have a header, tabs,
      and additional scrollers inside the tabs.
      
      Fixes #8359
      744c9126