flutter_snow_base 0.1.4
flutter_snow_base: ^0.1.4 copied to clipboard
A new Flutter package that is used to base all flutter projects of snowmanlabs.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.4 - 2020-10-26 #
Added #
- WidgetUtil
- ColorUtil
- CurrencyPtBrInputFormatter to pt-br currency mask
- UIHelper to horizontal and vertical spacement
- Add error log to Resource.asFuture when failed
Unreleased #
0.1.3 - 2020-09-10 #
Added #
- Added ListViewWidget, that helps you to create a list of widgets with a resource, that have 5 states, error, error with data, loading, loading with data and success. With RefreshIndicator and a default ErrorWidget.
- Added ResourceWidget, that helps you to create a widget with a resource, that have 3 states, error, loading and success. With a default ErrorWidget with a callback function.
Fixes #
- Updated packages
0.1.1 - 2020-07-29 #
Added #
- Added transformData and mergeStatus methods in Resource object.
- Improvement when occur an error with Resource.asFuture().
- Bug fixes.
0.1.0 - 2020-06-26 #
Added #
- Initial version of the package.
- Thanks to Denis Viana and to Lucas Polazzo that made this first version of the package!