1. 07 Sep, 2021 1 commit
  2. 03 Sep, 2021 1 commit
  3. 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
  4. 29 Jul, 2021 1 commit
  5. 28 Jun, 2021 1 commit
  6. 10 May, 2021 1 commit
  7. 02 Apr, 2021 1 commit
  8. 31 Mar, 2021 1 commit
  9. 25 Mar, 2021 1 commit
  10. 04 Mar, 2021 1 commit
  11. 25 Feb, 2021 1 commit
  12. 23 Feb, 2021 1 commit
  13. 09 Feb, 2021 1 commit
  14. 15 Jan, 2021 1 commit
  15. 24 Dec, 2020 1 commit
  16. 18 Dec, 2020 1 commit
  17. 16 Dec, 2020 2 commits
  18. 11 Dec, 2020 1 commit
  19. 01 Dec, 2020 1 commit
  20. 02 Nov, 2020 1 commit
  21. 30 Oct, 2020 1 commit
  22. 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
  23. 26 Oct, 2020 1 commit
  24. 23 Oct, 2020 1 commit
  25. 12 Oct, 2020 1 commit
  26. 10 Oct, 2020 1 commit
  27. 05 Oct, 2020 1 commit
  28. 03 Oct, 2020 1 commit
  29. 02 Oct, 2020 1 commit
  30. 14 Aug, 2020 1 commit
  31. 06 Aug, 2020 1 commit
  32. 29 Jul, 2020 1 commit
  33. 12 Jun, 2020 1 commit
  34. 11 Jun, 2020 1 commit
  35. 28 May, 2020 1 commit
  36. 20 Apr, 2020 1 commit
  37. 10 Feb, 2020 1 commit
    • Greg Spencer's avatar
      Update samples to work with Dartpad, and convert all that make… (#50377) · 9fb781a5
      Greg Spencer authored
      This PR modifies the existing API docs samples to use DartPad so that all of the samples are now interactive apps on the API docs site.
      
      It also removes the restriction for the max width of the description area so that the dartpad region can expand horizontally.
      
      I updated the first paragraph on the API docs to indicate that Flutter is more than just mobile now (same text as the README.md at the top level).
      
      I modified a few of the examples so that they looked nicer, and fit better on the page.
      
      I added the sample description text above each DartPad instance, since that often defines the context of the example.
      
      I removed animations and images when they were redundant with the sample content. There were a few that made sense to keep, so I did.
      9fb781a5
  38. 08 Jan, 2020 1 commit
  39. 07 Jan, 2020 1 commit