mobile_commons 1.2.0
mobile_commons: ^1.2.0 copied to clipboard
A package created to provide flutter widgets, services, helpers and structures to be used in mobile projects built by Zydon.
1.2.0 #
- Adds
SnackbarMessagehelper to show snackbars without context
1.1.1 #
- Fix linter warnings to improve package score
1.1.0 #
-
Components
- Adds
InfinityListcomponent to deal with paged requests - Adds
Resultcomponent to deal with states in the screen
- Adds
-
Helpers
- Adds
Debouncerfor delayed actions - Adds
Mutexfor queued actions - Adds
Loggerfor logging informations with some colors and styles
- Adds
-
Network
- Adds
Clientas an abstraction of a HTTP Client - Adds
DioClientimplementation of theClient - Adds
LoggerInterceptorfor debuging requests
- Adds
-
Infrastructure
- Adds
Controlleras a state manager
- Adds
-
Adds an example project with all of those features. The example also serves as a project architecture.
1.0.1 #
- Organize linter
1.0.0 #
- Initial version.