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

https://github.com/letsar/flutter-state_watcher-snippets

VSCode snippets for state_watcher
https://github.com/letsar/flutter-state_watcher-snippets

Last synced: 7 days ago
JSON representation

VSCode snippets for state_watcher

Awesome Lists containing this project

README

          

# Flutter state_watcher Snippets

Flutter state_watcher Snippets is a set of snippets for making you more productive while using Flutter state_watcher.

## Snippets



Shortcut
Description


swp
Creates a new Provided.


swc
Creates a new Computed.


swless
Creates a WatcherStatelessWidget.


swful
Creates a WatcherStatefulWidget.


swlogic
Creates a Provided creating a StateLogic.


sweffect
Creates a WatcherEffect widget.

## Requirements

vscode: ^1.50.0

## Release Notes

### 0.0.2

Lower VSCode version constraints

### 0.0.1

Initial release of Flutter Binder Snippets