api_utils
Convenient api utilities to make working with REST APIs easier
4.0.0
58 downloads/mo
#3523 most downloaded on pub.dev
HomeXLabs/api_utils
What this package is like to depend on
Last release 5 years ago
no release in 18 months
Ships fairly regularly
a new release about every 4 weeks
Nearly every release is documented
notes for 6 of 6 stable releases
Nothing withdrawn
no release was ever pulled
6 years old
8 releases · first in 2020
0 releases in the last 12 months
see the full history below
Release timeline
8 releases · Sep 2020 to May 2021Releases
latest 8-
4.0.006 May 2021 -
3.1.015 Apr 2021 -
3.0.017 Mar 2021Release notes
Open source →Feature/null safe (#10)
* Update codebase to null-safety
* Revert tests to dart 2.9 to be able to run tests
* Revert e to Exception
* Revert Object to Exception
* Remove client null check
* Fix formatting
* Add default headers and update FromJson to be non nullable
* Update local var to be final
* Revert is Map<String, dynamic> check
* Fix formatting
* Update version
* Update changelog
* Update github workflows
* Remove empty header parameters
* Rename defaultHeaders to _defaultHeaders
* update null safe branch
* moving null safety to stable
* bump ci
Co-authored-by: David Shen <[email protected]>
-
3.0.0-nullsafety.111 Mar 2021 pre-releaseNothing published for this version
-
2.0.003 Mar 2021Release notes
Open source →Feature/timeout (#9)
* bump ci flutter version
* first try at timeout
* attempt 2
* attempt 3
* Revert "attempt 3"
This reverts commit 19c1834.
* works, reuse function
* finish per request timeout
* finish feature fully, some refactor
* update docs
* feedback
-
2.0.0-nullsafety.014 Dec 2020 pre-releaseNothing published for this version
-
1.0.007 Dec 2020 -
0.0.129 Sep 2020Release notes
Open source →auto publish on release, dry run (#4)
* auto publish on release, dry run
* better testing, using mocks