mobile_api 0.0.5+12
mobile_api: ^0.0.5+12 copied to clipboard
Typed REST and GraphQL API helpers for Flutter apps, with token refresh, secure cache storage, multipart uploads, and network checks.
0.0.5+12 #
- Improved pub.dev scoring metadata and API documentation.
- Added a package example for REST, GraphQL, and cache setup.
- Updated dependency constraints for latest supported package versions.
- Removed an unnecessary direct
http_parserdependency.
0.0.4+11 #
- Removed hard-coded token fallbacks from REST and GraphQL clients.
- Made bad-certificate handling opt-in and scoped to the package HTTP clients.
- Added injectable HTTP and secure-storage clients for deterministic tests.
- Hardened HTTP URI handling and GraphQL error mapping.
- Replaced live endpoint tests with mocked client tests.
- Updated README usage examples.
0.0.1 #
- Initial package release.