syrian_dio 0.0.2
syrian_dio: ^0.0.2 copied to clipboard
Production-ready networking layer for Flutter apps built on Dio (Result<T>, error mapping, retry, auth, refresh token).
0.0.2 #
- Added full README usage documentation with quick start, request examples, and refresh-token flow.
- Added comprehensive public API dartdoc comments across exported types.
- Fixed
DioNetworkClientinheritance to correctly useextends NetworkClient. - Added and verified runnable
example/app structure for Android, Web, and Windows. - Added basic package test coverage for
Result<T>helpers. - Updated package metadata links (
homepage,repository,issue_tracker) for pub.dev verification.
0.0.1 #
- Initial package skeleton.