flutter_toolbox 2.7.1 flutter_toolbox: ^2.7.1 copied to clipboard
Common flutter widgets and helper methods.
2.7.1 #
- Updated gradle and kotlin plugin.
2.7.0 #
- Added PaginateSliverList.
2.6.0 #
- Fix ios build issues.
2.5.1 #
- Added pushReplacement to navigation.dart.
2.5.0 #
- Added materialRoute to navigation.dart.
2.4.0 #
- Update deps.
2.3.1 #
- Added localization to time and date picker field.
2.3.0 #
- added navigation utils and push method inside it.
2.2.1 #
- check if onError is null in safeRequest.
2.2.0 #
- added await to onSuccess to behave predictably.
- added on error. to safeRequest.
2.1.0 #
- make onSuccess optional in safeRequest.
2.0.0 #
- handle the error in chopper 3.0.0.
1.7.0 #
- updated chopper to 3.0.0.
1.6.4+1 #
- Added defaults to TabRoundedLineIndicator.
1.6.4 #
- Added TabRoundedLineIndicator.
1.6.3+2 #
- revert changes in 1.6.3 and 1.6.3+1 wait for improvement in another time.
1.6.3+1 #
- try making loading builder logging more useful.
1.6.3 #
- make loading builder logging more useful.
1.6.2 #
- fix a bug in PaginateListView.
1.6.1 #
- added mutable to PaginateListView.
1.6.0+1 #
- added pageLoadController to PaginateListView.
- fixed comment in LoadingBuilder.
1.6.0 #
- removed drawer as it's better to be in the app.
1.5.0 #
- added paginate_list_view to flutter_toolbox
- change src from flutter_utils to flutter_toolbox
1.4.0 #
- added PaginateListView
1.3.3 #
- rename net_image to NetImage.
1.3.2 #
- updated cached_network_image.
- added flutter_cache_manager to make pub happy.
1.3.1 #
- Wrap the progressPar of the netImage into center
1.3.0 #
- Added NetImage
1.2.0 #
- change
d()
to take object not just a string to totally replaceprint()
.
1.1.0 #
- No changes just update to indicate breaking change.
1.0.3 #
- Remove common_button and common_text_field.
1.0.2 #
- Export all important files.
1.0.1 #
- Fix gradle build problems and update kotlin and gradle versions.
1.0.0 #
- initial release.