bm_flutter_networking 0.1.2
bm_flutter_networking: ^0.1.2 copied to clipboard
A Flutter networking package providing a type-safe network layer with SSL pinning, token refresh, interceptors, and connectivity monitoring.
0.1.2 #
- Fixed homepage URL in pubspec.yaml.
- Added example app demonstrating
Target,ModelTargetType, andperformAsync.
0.1.1 #
- Bumped
connectivity_plusconstraint to^7.1.1.
0.1.0 #
- Initial release.
- Type-safe network layer with
Target,ModelTargetType, andSuccessTargetType. - Automatic token refresh via
TokenRefreshHandler. - Custom error mapping via
APIErrorResponseMapper. - SSL certificate pinning.
- Built-in logging and connectivity monitoring.
- File upload and download support.
Result<T, E>type for explicit error handling.