A VSCode extension that provides Flutter snippets for faster development with macos_ui.
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.
imui
: Importsmacos_ui
muiapp
: Creates a newMacosApp
muiappw
: Creates a newMacosApp
within a Widgetmuiwin
: Creates a newMacosWindow
muiwins
: Creates a new MacosWindow with a Sidebarmuiscaf
: Creates a newMacosScaffold
muiScafW
: Create a newMacosScaffold
within a WidgetmuiScafT
: Create a newMacosScaffold
with aToolbar
muiScafTW
: Create a newMacosScaffold
with aToolbar
within a WidgetmuiRpaneRight
: Create a newResizablePane
with a right-resizable sidemuiRpaneLeft
: Create a newResizablePane
with a left-resizable sidemuiToolbar
: Creates a ToolBarmuitile
: Create a newMacosListTile
muiIconButton
: Creates aMacosIconButton
muiIconButtonAsync
: Creates a newMacosIconButton
with an async callbackmuiAlertDialog
: Show aMacosAlertDialog
muitest
: "Creates a newmacos_ui
widget test (useful for contributors tomacos_ui
)rmuiload
: Return a centeredMacosProgressCircle