1. 04 Apr, 2023 1 commit
  2. 21 Dec, 2022 1 commit
  3. 20 Dec, 2022 1 commit
  4. 30 Nov, 2022 1 commit
    • Mitchell Goodwin's avatar
      Update CupertinoContextMenu to iOS 16 visuals (#110616) · 97195d1d
      Mitchell Goodwin authored
      * Update CupertinoContextMenu to iOS 16 visuals
      
      * Revert some formatting
      
      * Remove space
      
      * Remove formatting changes, add more comments
      
      * Added shadow effect
      
      * Update context menu tests
      
      * Remove white spaces
      
      * Remove unused variable
      
      * Refactor type checking logic
      
      * Set default previewBuilder and update tests
      
      * Check for border radius
      
      * Remove trailing spaces
      
      * Add builder to constructor
      
      * Update previewBuilder
      
      Rebase to master
      
      * Update builder and tests
      
      * Remove trailing spaces
      
      * Update examples
      
      * Refactor builder
      
      * Update builder to use one animation
      
      * Update scale
      
      * Change deprecation message, remove white spaces
      
      * Change deprecation message
      
      * Change deprecation message
      
      * Change deprecation message
      
      * Update documentation
      
      * Update documentation
      
      * Update documentation and examples
      
      * Update documentation and examples
      
      * Remove white spaces
      
      * Remove white spaces
      
      * Remove const
      
      * Address linting errors
      
      * Seperate builder into own constructor
      
      * Remove trailing characters
      
      * Formatting changes
      
      * Remove white spaces
      
      * Change ignore comment
      
      * Add TODO
      
      * Remove whitespace
      97195d1d
  5. 09 Sep, 2022 1 commit
  6. 17 May, 2022 1 commit
  7. 07 May, 2022 1 commit
  8. 12 Oct, 2021 1 commit
  9. 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
  10. 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