https://github.com/macosui/macos-ui-snippets
macos_ui Flutter snippets for Visual Studio Code
https://github.com/macosui/macos-ui-snippets
Last synced: 5 months ago
JSON representation
macos_ui Flutter snippets for Visual Studio Code
- Host: GitHub
- URL: https://github.com/macosui/macos-ui-snippets
- Owner: macosui
- License: mit
- Created: 2022-07-06T21:16:53.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-06T21:23:19.000Z (almost 4 years ago)
- Last Synced: 2025-05-07T09:56:50.294Z (about 1 year ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# macos-ui-snippets
A VSCode extension that provides Flutter snippets for faster development with macos_ui.
## How to use
This extension is not yet published to the VSC extension marketplace. In order to use it in your VSC, you'll need to clone this repo and copy the contents to `~/.vscode/extensions`. Reload VSC, and the extension should appear.
## Snippets
* `imui`: Imports `macos_ui`
* `muiapp`: Creates a new `MacosApp`
* `muiappw`: Creates a new `MacosApp` within a Widget
* `muiwin`: Creates a new `MacosWindow`
* `muiwins`: Creates a new MacosWindow with a Sidebar
* `muiscaf`: Creates a new `MacosScaffold`
* `muiScafW`: Create a new `MacosScaffold` within a Widget
* `muiScafT`: Create a new `MacosScaffold` with a `Toolbar`
* `muiScafTW`: Create a new `MacosScaffold` with a `Toolbar` within a Widget
* `muiRpaneRight`: Create a new `ResizablePane` with a right-resizable side
* `muiRpaneLeft`: Create a new `ResizablePane` with a left-resizable side
* `muiToolbar`: Creates a ToolBar
* `muitile`: Create a new `MacosListTile`
* `muiIconButton`: Creates a `MacosIconButton`
* `muiIconButtonAsync`: Creates a new `MacosIconButton` with an async callback
* `muiAlertDialog`: Show a `MacosAlertDialog`
* `muitest`: "Creates a new `macos_ui` widget test (useful for contributors to `macos_ui`)
* `rmuiload`: Return a centered `MacosProgressCircle`