Skip to content

letsar/flutter-binder-snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter Binder Snippets

Flutter Binder Snippets is a way to enhance the way you use Binder. It contains a collection of different snippets such as lref.

lref

Snippets

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.

Requirements

vscode: ^1.50.0

Release Notes

1.2.0

Added Consumer and StateListener snippets.

1.0.0

Initial release of Flutter Binder Snippets