1. 04 Feb, 2021 1 commit
  2. 29 Jan, 2021 1 commit
  3. 07 Oct, 2020 1 commit
  4. 05 Oct, 2020 1 commit
  5. 11 Jun, 2020 1 commit
  6. 27 Jan, 2020 1 commit
  7. 17 Jan, 2020 2 commits
  8. 27 Dec, 2019 1 commit
  9. 16 Dec, 2019 1 commit
  10. 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
  11. 28 Oct, 2019 1 commit
  12. 28 Sep, 2019 1 commit
  13. 27 Sep, 2019 1 commit
  14. 25 Apr, 2019 1 commit
  15. 09 Mar, 2019 1 commit
  16. 25 Feb, 2019 1 commit
    • jslavitz's avatar
      Breaks the moveBy call from drag and dragFrom into two separate calls and... · 47724f97
      jslavitz authored
      Breaks the moveBy call from drag and dragFrom into two separate calls and changes the default behavior of DragStartBehavior to DragStartBehavior.start (#26438)
      
      * Breaking change which sets the default DragStartBehavior to DragStartBehavior.start and changes WidgetTester.drag and WidgetTester.dragFrom by breaking the moveBy function call into multiple pieces.
      47724f97
  17. 19 Nov, 2018 1 commit
  18. 09 Nov, 2018 1 commit
  19. 12 Sep, 2018 1 commit
  20. 13 Aug, 2018 1 commit
  21. 06 Mar, 2018 1 commit
  22. 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