Skip to content

macosui/macos-ui-snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

macos_ui Flutter snippets for Visual Studio Code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors