paanj_client 0.0.2 copy "paanj_client: ^0.0.2" to clipboard
paanj_client: ^0.0.2 copied to clipboard

Core client SDK for Paanj platform. Provides authentication, connection management, and base infrastructure.

0.0.2 #

  • Security: Replaced authentication persistence with flutter_secure_storage to encrypt tokens at rest.
  • Refactor: Improved internal client structure for better testability.
  • Fixes: Resolved linting warnings and improved code quality.

0.0.1 #

  • Initial release of the paanj_client core SDK.
  • Features:
    • Authentication: Support for anonymous and token-based authentication.
    • Secure Persistence: Automatic session persistence using flutter_secure_storage for encrypted token storage at rest.
    • HTTP Client: Robust HTTP client with automatic Authorization header injection and token refresh on 401 errors.
    • WebSocket Client: Real-time connection management with automatic reconnection, exponential backoff, and jitter.
    • Event System: Centralized event dispatching and subscription mechanism.
0
likes
130
points
16
downloads

Documentation

API reference

Publisher

verified publisherpaanj.com

Weekly Downloads

Core client SDK for Paanj platform. Provides authentication, connection management, and base infrastructure.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, flutter_secure_storage, http, rxdart, web_socket_channel

More

Packages that depend on paanj_client