1. 21 Apr, 2021 1 commit
  2. 31 Mar, 2021 1 commit
  3. 26 Mar, 2021 1 commit
  4. 05 Mar, 2021 1 commit
  5. 27 Jan, 2021 1 commit
  6. 22 Jan, 2021 2 commits
  7. 24 Dec, 2020 1 commit
  8. 11 Dec, 2020 1 commit
  9. 20 Nov, 2020 1 commit
  10. 13 Nov, 2020 1 commit
  11. 02 Nov, 2020 3 commits
  12. 29 Oct, 2020 1 commit
  13. 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
  14. 27 Oct, 2020 1 commit
  15. 23 Oct, 2020 1 commit
  16. 21 Oct, 2020 1 commit
  17. 08 Oct, 2020 1 commit
  18. 05 Oct, 2020 1 commit
  19. 03 Oct, 2020 1 commit
  20. 02 Oct, 2020 1 commit
  21. 01 Oct, 2020 1 commit
  22. 16 Sep, 2020 1 commit
  23. 29 Jul, 2020 2 commits
  24. 28 Jul, 2020 1 commit
  25. 14 Jul, 2020 1 commit
  26. 11 Jun, 2020 1 commit
  27. 16 May, 2020 1 commit
  28. 06 May, 2020 1 commit
  29. 03 Mar, 2020 1 commit
  30. 02 Mar, 2020 1 commit
  31. 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
  32. 08 Jan, 2020 1 commit
  33. 16 Dec, 2019 1 commit
  34. 13 Dec, 2019 1 commit
  35. 10 Dec, 2019 1 commit
  36. 04 Dec, 2019 1 commit