fetch_tray 0.0.5 fetch_tray: ^0.0.5 copied to clipboard
A set of flutter_hooks to make fetching and working with data from apis easier.
Changelog #
0.0.1 #
- First release
- Support for hooks
- Simple development output logging
0.0.2 #
- Added better debugging options
0.0.3 #
- Added no debug logging as default for test runs
0.0.4 #
- Added
getUrl
method toTrayRequest
to be able to customize more complex URL patterns
0.0.5 #
- Added
getParams
method toTrayRequest
to be able to customize more complex param combinations