data_repository 0.4.2 data_repository: ^0.4.2 copied to clipboard
A data repository for flutter, manages both local and remote api access
0.4.1 #
- Fixed JSONUtils null issue
0.4.1 #
- Fixed invalid cache data
0.4.0 #
- Removed chunkCount
- Added getter to check has next page and previous page
0.3.0 #
- Upgraded packages
0.2.4 #
- Added support for patch on http client
0.2.3 #
- Added mimetype for file upload
0.2.2 #
- Updated exception filter
0.2.1 #
- Fixed analysis issues
0.2.0 #
- Added id request to identify unique request
- Updated README
- Added example app
0.1.10 #
- updated suport for bytes upload
0.1.9 #
- Added suport for bytes upload
0.1.8 #
- Removed api provider from base api service
0.1.7 #
- Fixed cache algorithm
0.1.6 #
- Fixed query parameters not added to Uri
0.1.5 #
- Fixed query parameters not added to Uri
0.1.4 #
- Fixed cache not resolving data
0.1.3 #
- Fixed url encoding issue
- Fixed multi-part request builder
0.1.2 #
- updated data repository, added api provider to remote repository
0.1.1 #
- updated data repository
0.1.0 #
- added request to data repository parameters
0.0.8 #
- Updated Api URI parser
0.0.7 #
- optimized api provider
0.0.6 #
- optimized api provider
0.0.5 #
- updated pagination
0.0.4 #
- Added pagination to request
0.0.3 #
- Added header interceptor
0.0.2 #
- Refactored project
0.0.1 #
- Finished basic setup