dart_api_query 1.1.2
dart_api_query: ^1.1.2 copied to clipboard
Elegant and simple way to build requests for REST API. If you use Laravel, matches with spatie/laravel-query-builder.
CHANGELOG #
1.1.2 #
- Update dependencies
- Small fix to pass static analysis
1.1.1 #
- Fixed catch 40x errors and 50x errors from dio and wrapped in null value.
1.1.0 #
- Fixed optional parameters for paginate and paginateOrNull methods.
- Added more descriptive pubspec description.
1.0.1 #
- Add paginate and paginateOrNull methods for handle paginate responses.
- Add missing fields on pubspec for better presentation of library.
1.0.0 #
- Initial version.