flutter_fx 0.0.2
flutter_fx: ^0.0.2 copied to clipboard
State & navigation manager for flutter. It allows you to update wisely your states and to navigate easily.
State manager & navigation manager for flutter. It allows you to update wisely your states and to navigate easily.
flutter_fx uses normal and basic structures to handle the states and the navigation in a easier way than the common libraries.
Features #
- State managment
- Navigation managment
Getting started #
First version of the librarie, still on development.
Usage #
Basic initial example
FxBuilder(
builder: (fxContext){
return Text(controller.name.listen(fxContext));
}
)
Additional information #
This is the first version of the package. It is still under development.