fast_ui 0.0.7 fast_ui: ^0.0.7 copied to clipboard
A collection of Flutter packages aimed to make UI development faster
fast_ui is a collection of Flutter packages aimed to make UI development faster
Features #
Package | Description |
---|---|
fast_rx | Reactive state management |
fast_nav | Contextless navigation |
fast_overlays | Contextless overlays (snackbars, dialogs, etc.) |
fast_extensions | Convenience extensions |
For service location, I recommend GetIt
What fast_ui is:
- Modular
- Easy to understand
- Well documented
- Thoroughly tested
What fast_ui is not:
- Magic
- An excuse to write bad code
Getting started #
There are two options to use fast_ui:
- Add fast_ui to your pubspec.yaml to include all the packages
- Add only the desired packages to your pubspec.yaml
Usage #
See the individual package readmes for usage instructions
Additional information #
Pull requests welcome