1. 14 Jan, 2020 2 commits
  2. 08 Jan, 2020 1 commit
  3. 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
  4. 25 Nov, 2019 1 commit
  5. 22 Nov, 2019 2 commits
  6. 17 Sep, 2019 1 commit
  7. 05 Sep, 2019 1 commit
    • Ian Hickson's avatar
      Docs (#39198) · a415c76b
      Ian Hickson authored
      * Minor improvements to framework documentation.
      
      * maybePop documentation fix
      
      * Mark some flutter_test arguments required.
      
      Without these set, we get a crash.
      
      * Minor correction to ListView docs
      a415c76b
  8. 09 Aug, 2019 1 commit
  9. 19 Jul, 2019 1 commit
  10. 03 Jun, 2019 1 commit
  11. 27 Mar, 2019 1 commit
  12. 12 Mar, 2019 1 commit
    • Kate Lovett's avatar
      Update to ListView Sample Code in API Docs (#29072) · c4ffbb5e
      Kate Lovett authored
      * Updated ListView Sample code with more examples for different constructors and also to match asset diagrams.
      
      * Fixed MIA semicolons.
      
      * Code cleanup.
      
      * Added context for ListView.builder example.
      
      * Analyzer does not like const and static usages.
      
      * Replaced the const declarations with final. The analyzer does not like the use of const here, at all.
      
      * Fixed parameterized declarations.
      c4ffbb5e
  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. 28 Feb, 2019 1 commit
    • Greg Spencer's avatar
      Fix spelling errors. (#28657) · ccdd5057
      Greg Spencer authored
      Fix the spelling errors in the dartdocs for the framework.
      
      There are no functionality changes here, just documentation fixes.
      ccdd5057
  15. 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
  16. 03 Feb, 2019 1 commit
  17. 29 Jan, 2019 1 commit
  18. 18 Jan, 2019 1 commit
  19. 09 Jan, 2019 1 commit
  20. 08 Jan, 2019 1 commit
  21. 07 Jan, 2019 1 commit
  22. 15 Nov, 2018 1 commit
    • Justin McCandless's avatar
      Handle a missing ListView separator as an error (#24312) · f9bccb02
      Justin McCandless authored
      * Handle a missing ListView separator as an error
      
      * Handle missing item, and errors in itemBuilder and separatorBuilder
      
      * CR fixes and move error handling into sliver.dart to handle all ListView constructors
      
      * Only show an error for null separatorBuilder value in debug mode
      f9bccb02
  23. 08 Nov, 2018 1 commit
  24. 02 Nov, 2018 1 commit
  25. 30 Oct, 2018 1 commit
    • Ian Hickson's avatar
      [H] Cleanup (#23632) · 4a094de2
      Ian Hickson authored
      * Avoid abbreviations
      
      * Sample code for AppBar.leading
      
      * Add a test for OverflowBox/FractionallySizedBox
      
      * Minor wording improvements in the text.
      
      The words "note that" here don't really contribute to the flow.
      4a094de2
  26. 25 Oct, 2018 1 commit
  27. 09 Oct, 2018 1 commit
  28. 12 Sep, 2018 1 commit
  29. 07 Sep, 2018 2 commits
  30. 29 Aug, 2018 2 commits
  31. 21 Aug, 2018 1 commit
    • Ian Hickson's avatar
      Cleanup (#20754) · 94f9604a
      Ian Hickson authored
      - remove an //ignore that is no longer needed
      - fix some intrinsic methods that used the API incorrectly (shouldn't affect correctness but should make things a tiny bit more efficient)
      - add some asserts to help track down bugs quicker
      - update a TODO to point to the currently relevant bug
      - fix some indenting
      - improve the naming of some privates to improve readability
      94f9604a
  32. 16 Aug, 2018 1 commit
  33. 06 Jul, 2018 1 commit
  34. 21 Jun, 2018 1 commit
  35. 13 Jun, 2018 1 commit
  36. 05 Jun, 2018 1 commit