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
- Host: GitHub
- URL: https://github.com/letsar/flutter-state_watcher-snippets
- Owner: letsar
- License: mit
- Created: 2024-02-04T15:42:17.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-04T16:19:42.000Z (about 2 years ago)
- Last Synced: 2025-01-11T01:28:44.458Z (about 1 year ago)
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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