mobile_api 0.0.7+14 copy "mobile_api: ^0.0.7+14" to clipboard
mobile_api: ^0.0.7+14 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.7+14 #

  • Added unified ApiConfig.headers support for REST and GraphQL clients.
  • Deprecated separate marketplace, user-agent, default-language, and custom-header configuration fields in favor of headers.

0.0.6+13 #

  • Added InMemoryCacheRepo, a Map-backed ICacheRepo for injecting tokens in tests without FlutterSecureStorage.

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_parser dependency.

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.
1
likes
0
points
39
downloads

Publisher

unverified uploader

Weekly Downloads

Typed REST and GraphQL API helpers for Flutter apps, with token refresh, secure cache storage, multipart uploads, and network checks.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

connectivity_plus, flutter, flutter_secure_storage, fresh_graphql, graphql, http

More

Packages that depend on mobile_api