Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 1.33 KB

README.md

File metadata and controls

27 lines (23 loc) · 1.33 KB

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