1. 11 Jun, 2020 1 commit
  2. 20 Mar, 2020 1 commit
  3. 27 Jan, 2020 1 commit
  4. 17 Jan, 2020 2 commits
  5. 04 Dec, 2019 1 commit
  6. 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
  7. 25 Oct, 2019 1 commit
  8. 22 Oct, 2019 1 commit
  9. 21 Oct, 2019 1 commit
  10. 24 Sep, 2019 3 commits
  11. 30 Jul, 2019 1 commit
  12. 24 Jul, 2019 1 commit
  13. 16 Apr, 2019 1 commit
  14. 09 Mar, 2019 1 commit
  15. 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
  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. 15 Feb, 2019 1 commit
  18. 29 Jan, 2019 1 commit
  19. 09 Jan, 2019 1 commit
  20. 08 Jan, 2019 1 commit
  21. 07 Jan, 2019 1 commit
  22. 12 Sep, 2018 1 commit
  23. 05 Sep, 2017 1 commit
  24. 15 Jun, 2017 1 commit
    • xster's avatar
      Create a CupertinoPageRoute (#10686) · 36c3a962
      xster authored
      * started copying stuff into cupertino page route
      
      * extracted from material page route. Ready for testing
      
      * works with button and gesture
      
      * tests and docs
      
      * review notes
      
      * review notes
      36c3a962
  25. 04 Mar, 2017 1 commit
  26. 04 Jan, 2017 1 commit
    • Adam Barth's avatar
      Add CupertinoSwitch (#7326) · 732a83d4
      Adam Barth authored
      This patch contains a first draft of an iOS-style switch. We'll likely need to
      tweak the constants upon closer study, but the basics are here.
      732a83d4