Flutter Binder Snippets is a way to enhance the way you use Binder. It contains a collection of different
snippets such as lref
.
Shortcut | Description |
---|---|
lref | Creates a new LogicRef with its Logic class. |
sref | Creates a new StateRef with its initial state. |
cref | Creates a new Computed with its state builder. |
bdr_consumer | Creates a Consumer widget. |
bdr_state_listener | Creates a StateListener widget. |
vscode: ^1.50.0
Added Consumer and StateListener snippets.
Initial release of Flutter Binder Snippets