SMUS Snippets
This extension provides snippets for Flutter SMUS Architecture.
Model
Snippet |
Description |
iClass |
Creates immutable class |
fClass |
Creates Freezed class |
fu |
Creates Freezed Union |
fucase |
Creates Freezed Union case |
Service
Snippet |
Description |
pserv |
Creates post service with dio |
gserv |
Creates get service with dio |
JSON Serialization
Snippet |
Description |
fromJson |
Creates fromJson() factory |
toJson |
Creates toJson() function |
Riverpod (Provider/Notifier)
Snippet |
Description |
pod |
Creates Provider |
fpod |
Creates Future Provider |
spod |
Creates Stream Provider |
stpod |
Creates State Provider |
notipod |
Creates State Notifier Provider |
notifier |
Creates State Notifier class |
Part
Snippet |
Description |
fpart |
Creates freezed part |
gpart |
Creates generated part |
Release Notes
2.0.0
Add new snippets, remove old ones
1.0.1
Update README.md
1.0.0
Initial release of SMUS Snippets
Credits
Logo made by Freepik from www.flaticon.com
| |