1. 23 Mar, 2022 1 commit
  2. 09 Mar, 2022 1 commit
  3. 08 Mar, 2022 1 commit
  4. 28 Feb, 2022 1 commit
  5. 11 Feb, 2022 1 commit
  6. 04 Feb, 2022 1 commit
  7. 03 Feb, 2022 1 commit
  8. 02 Feb, 2022 1 commit
  9. 13 Jan, 2022 1 commit
  10. 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
  11. 29 Sep, 2021 1 commit
  12. 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
  13. 02 Aug, 2021 1 commit
  14. 27 Jul, 2021 1 commit
  15. 16 Jul, 2021 1 commit
  16. 13 May, 2021 1 commit
  17. 12 Apr, 2021 1 commit
  18. 16 Mar, 2021 1 commit
  19. 12 Mar, 2021 1 commit
  20. 29 Jan, 2021 1 commit
  21. 14 Jan, 2021 1 commit
  22. 23 Dec, 2020 1 commit
  23. 11 Dec, 2020 1 commit
  24. 26 Nov, 2020 1 commit
    • Pierre-Louis's avatar
      Update FAB elevation to match spec (#69312) · 183f0e79
      Pierre-Louis authored
      * Update floating_action_button.dart
      
      * Fix default hover elevation
      
      * revert letter spacing change
      
      * add test
      
      * Update floating_action_button.dart
      
      * Update floating_action_button_test.dart
      183f0e79
  25. 21 Nov, 2020 1 commit
  26. 02 Nov, 2020 2 commits
  27. 31 Oct, 2020 1 commit
  28. 06 Oct, 2020 1 commit
  29. 15 Sep, 2020 1 commit
  30. 30 Jul, 2020 1 commit
  31. 29 Jul, 2020 1 commit
  32. 11 Jun, 2020 1 commit
  33. 28 May, 2020 1 commit
  34. 14 May, 2020 1 commit
    • Tong Mu's avatar
      MouseCursor uses a special class instead of null to defer (#57094) · 5fa1c60b
      Tong Mu authored
      * Uses a special cursor value MouseCursor.defer to mark deferring. MouseTrackerAnnotation.cursor is now non-null. The mouseCursor argument of widgets or render objects can be null, which indicates using the default value.
      * Moves SystemMouseCursors.uncontrolled to MouseCursor.uncontrolled.
      * Changes how MouseCursor.debugDescription is defined. Previously MouseCursor.toString returns $runtimeType($debugDescription), while now it returns $debugDescription. Implementations of classes are updated, except for the ones of MouseCursor.defer and MouseCursor.uncontrolled are simply "defer" and "uncontrolled".
      5fa1c60b
  35. 11 May, 2020 1 commit
    • Tong Mu's avatar
      System mouse cursors (#54171) · 7f8cb7f8
      Tong Mu authored
      Adds the basic framework for the mouse cursor system. 
      
      * Adds MouseRegion.cursor
      * Adds SystemMouseCursors
      * Adds mouseCursor to some widgets
      7f8cb7f8
  36. 06 Mar, 2020 1 commit
  37. 05 Mar, 2020 1 commit
  38. 28 Feb, 2020 1 commit
  39. 26 Feb, 2020 1 commit