1. 18 May, 2022 1 commit
  2. 14 Apr, 2022 1 commit
  3. 03 Feb, 2022 1 commit
  4. 04 Oct, 2021 1 commit
    • Greg Spencer's avatar
      Clean up examples, remove section markers and --template args (#91133) · fd9ce277
      Greg Spencer authored
      This does a cleanup of the examples, removing all of the "section" markers and extra comments that we don't need anymore now that the samples are no longer in the source code. It also removes the --template arguments from the {@tool dartpad} and {@tool sample} directives, since those are no longer used. It converts two examples that I discovered were still embedded into linked examples in the examples folder.
      
      I didn't delete the templates from the snippets config folder yet, because there are still embedded samples in the dart:ui package from the engine that use them. Once dart:ui no longer uses the templates, they can be removed.
      
      I bumped the version of the snippets package to pick up a change that allows removal of the --template argument.
      fd9ce277
  5. 25 Aug, 2021 1 commit
    • Greg Spencer's avatar
      Extract Sample code into examples/api (#87280) · 33403bd2
      Greg Spencer authored
      This extracts the sample code out from the API doc comments, and places them in separate files on disk, allowing running of the examples locally, testing them, and building of slightly larger examples.
      33403bd2
  6. 15 Jul, 2021 1 commit
  7. 14 Jul, 2021 3 commits
  8. 13 Jul, 2021 2 commits
  9. 10 May, 2021 1 commit
  10. 07 Apr, 2021 1 commit
  11. 31 Mar, 2021 1 commit
  12. 12 Mar, 2021 1 commit
  13. 24 Dec, 2020 1 commit
  14. 16 Dec, 2020 1 commit
  15. 11 Dec, 2020 1 commit
  16. 31 Oct, 2020 1 commit
  17. 15 Oct, 2020 1 commit
  18. 23 Sep, 2020 1 commit
  19. 18 Sep, 2020 1 commit
  20. 16 Sep, 2020 1 commit
  21. 15 Sep, 2020 1 commit
  22. 23 Jun, 2020 1 commit
  23. 11 Jun, 2020 1 commit
  24. 28 Feb, 2020 1 commit
  25. 26 Feb, 2020 1 commit
  26. 25 Feb, 2020 1 commit
  27. 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
  28. 22 Nov, 2019 1 commit
    • Alexandre Ardhuin's avatar
      make some BuildContext methods generics (#44189) · fcb40a05
      Alexandre Ardhuin authored
      * make BuildContext.{ancestorStateOfType,ancestorRenderObjectOfType,rootAncestorStateOfType} generic
      
      * make BuildContext.inheritFromWidgetOfExactType generic
      
      * make BuildContext.ancestorInheritedElementForWidgetOfExactType generic
      
      * make BuildContext.ancestorWidgetOfExactType generic
      
      * fix snippet
      
      * bump scoped_model on temp version
      
      * update names
      
      * Revert "bump scoped_model on temp version"
      
      This reverts commit d1fcbba028cdb07f44738d1652391692d1ea5ec0.
      
      * address review comments
      
      * fix ci
      
      * address review comments
      
      * repeat the deprecation notice
      
      * fix uppercase
      
      * use of recommanded deprecation syntax
      
      * address review comment
      fcb40a05
  29. 14 Sep, 2019 1 commit
  30. 04 May, 2019 1 commit
  31. 26 Apr, 2019 1 commit
  32. 09 Mar, 2019 1 commit
  33. 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
  34. 21 Feb, 2019 1 commit
  35. 12 Feb, 2019 1 commit
  36. 06 Feb, 2019 1 commit
  37. 14 Sep, 2018 1 commit