1. 27 Apr, 2022 1 commit
  2. 26 Apr, 2022 1 commit
  3. 14 Apr, 2022 1 commit
  4. 21 Jan, 2022 1 commit
  5. 08 Oct, 2021 3 commits
  6. 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
  7. 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
  8. 28 Jun, 2021 1 commit
  9. 12 Jun, 2021 1 commit
  10. 10 May, 2021 1 commit
  11. 26 Mar, 2021 1 commit
  12. 12 Mar, 2021 1 commit
  13. 06 Mar, 2021 1 commit
  14. 15 Dec, 2020 1 commit
  15. 11 Dec, 2020 1 commit
  16. 21 Nov, 2020 1 commit
  17. 02 Nov, 2020 1 commit
  18. 30 Oct, 2020 1 commit
  19. 28 Oct, 2020 1 commit
    • Greg Spencer's avatar
      Remove `nullOk` in `MediaQuery.of` (#68736) · 55289324
      Greg Spencer authored
      Adds MediaQuery.maybeOf to replace calling MediaQuery.of(context, nullOk: true), and removes the nullOk parameter. Also changes MediaQuery.of to return a non-nullable value, and removes many instances of the ! operator, reducing the possible places where a null dereference could occur.
      55289324
  20. 19 Oct, 2020 1 commit
  21. 15 Oct, 2020 1 commit
  22. 10 Oct, 2020 1 commit
  23. 06 Oct, 2020 1 commit
  24. 18 Sep, 2020 1 commit
  25. 17 Sep, 2020 1 commit
  26. 30 Jul, 2020 1 commit
  27. 29 Jul, 2020 1 commit
  28. 28 Jul, 2020 1 commit
  29. 23 Jul, 2020 1 commit
  30. 11 Jun, 2020 1 commit
  31. 27 May, 2020 1 commit
  32. 15 May, 2020 1 commit
  33. 30 Apr, 2020 1 commit
  34. 27 Apr, 2020 1 commit
    • Jose Alba's avatar
      Default to use V2 Slider (#55599) · 7eb3df4a
      Jose Alba authored
      * Instead of changing test I just flipped flag so the test uses the proper slider
      
      * Use Depracated annotation
      
      * Updated depracation notice
      
      * Updated depracation notice again
      
      * Ignore analyze issues
      
      * flutter analyze .
      
      * ignore analyzer
      
      * // ignore: deprecated_member_use
      
      * Ignoring notice
      
      * indentation
      7eb3df4a
  35. 07 Apr, 2020 1 commit
    • Jose Alba's avatar
      Slider rebase work (#53916) · 3441d6cb
      Jose Alba authored
      * [Slider] Rebase.
      
      * disabled thumb color with alphaBlend of colorScheme surface
      
      * test remove alphablend
      
      * Change rectangular track to how it used to be
      
      * Chaned to adaptive slider
      
      * blank lines
      Co-authored-by: 's avatarWill Larche <larche@google.com>
      3441d6cb
  36. 31 Mar, 2020 2 commits
  37. 03 Mar, 2020 1 commit