mc_dio 1.0.0
mc_dio: ^1.0.0 copied to clipboard
An object-oriented Flutter networking library built on Dio, with centralized configuration, batch requests, lifecycle hooks, downloads, and mock responses.
1.0.0 - 2026-07-16 #
- First stable release.
- Upgraded the networking engine to Dio 5.10.0.
- Migrated error handling from
DioErrortoDioException. - Adapted timeout configuration to Dio 5's
DurationAPI. - Added request-scoped Dio clones backed by a shared connection pool.
- Added regression tests for timeout and error handling.
- Reworked the documentation with clear Chinese and English introductions.
0.3.2 2022.3.15 #
fix bug 优化对象类型返回
0.3.1 2021.4.14 #
fix bug support dio 4.0.0
0.3.0 2021.4.14 #
support null-safety
0.2.4 2021.4.12 #
fix bug
0.2.3 2020.6.15 #
fix bug
0.2.2 2020.6.14 #
Add the mock
0.2.1 2020.5.26 #
Modify comments
0.2.0 2020.5.25 #
Delete the files in development and refine the Health Suggestions
0.1.1 2020.5.2 #
Initial version