apsl_api_call
A robust Flutter package for streamlined API calls. Simplifies error handling, supports multipart requests, and integrates seamlessly with various backends. Ideal for apps requiring reliable network communication.
What this package is like to depend on
Last release 1 years ago
21 Jul 2025
Too new to tell
only 2 release windows
Most releases are documented
notes for 2 of 3 stable releases
Nothing withdrawn
no release was ever pulled
3 years old
3 releases · first in 2023
0 releases in the last 12 months
see the full history below
Release timeline
3 releases · Oct 2023 to Jul 2025
2024
2025
2026
Releases
latest 3-
0.0.321 Jul 2025 -
0.0.221 Oct 2023Nothing published for this version
-
0.0.120 Oct 2023Release notes
Open source →Added
- Initial implementation of the
apsl_api_callpackage. ApiCallclass for handling API calls and exceptions.- Methods for regular and multipart API calls.
- Connectivity checks before making API calls.
- Exception handling for various error scenarios.
APIRequestInfoObjclass for representing the information required for an API request.UploadDocumentObjclass for representing the information required for uploading a document.ApiErrorMessageclass providing a collection of predefined error messages for API calls.- General error messages.
- No internet connection error messages.
- Authorization error messages.
- Maintenance error messages.
- Format and server error messages.
- Timeout error messages.
Notes
- This is the initial release of the package, providing foundational functionality for making API calls and handling exceptions.
- Initial implementation of the