An open API service indexing awesome lists of open source software.

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

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`