hasan_utils 0.4.4 hasan_utils: ^0.4.4 copied to clipboard
A set of commonly used utilities for Flutter development.
[0.4.4] - 2020-11-18 #
- FileDownloader: Fully asynchronize
start()
[0.4.3] - 2020-11-18 #
- FileDownloader: Make
start()
returnFuture
[0.4.2] - 2020-10-25 #
- Storage: Added
setInt()
,setDouble()
,setBool()
[0.4.1] - 2020-10-21 #
- Api: Ensure
onFinish()
is called afteronSuccess()
[0.4.0] - 2020-09-29 #
- Api: Upload MultiPart files.
[0.3.0] - 2020-09-17 #
- Updated dependencies.
- Fixed Api debug error response.
[0.2.0] - 2020-08-30 #
- Fixed
FormatException
that is thrown when anApi
request expects JSON output but response returns string instead.
[0.1.0] - 2020-08-26 #
- Initial release.