fluent_networking 0.4.0
fluent_networking: ^0.4.0 copied to clipboard
Package that provides a simple way to make http requests
0.0.1 #
- Initial version.
0.0.2 #
- Version of
fluent_networking_apiwas updated to v0.0.3
0.0.2+1 #
- Removed sdk flutter dependency
- Replace
flutter_testtotestdependency
0.0.3 #
- Dependency
fluent_sdkwas added - Version of
fluent_networking_apiwas updated to v0.0.4
0.0.4 #
- Version of
fluent_sdkwas updated to v0.2.0
0.1.0 #
- Upgrade package to flutter version v3.35
0.2.0 #
BREAKING CHANGE: This version migrates response handling to Sealed Classes.
- FIX: Interceptors provided in config are now correctly added to Dio.
- REFACTOR:
NetworkingConfignow requiresenableLogboolean instead of auto-detecting debug mode. - FEAT: Defined
ResponseResultas asealed classfor exhaustiveness checking. - REFACTOR: Renamed/Removed old result classes (
Succeeded,Failed,Error) in favor ofSuccessandFailure.
0.3.0 #
- Upgrade fluent_sdk version to v0.4.0
0.4.0 #
- BREAKING CHANGE: Updated
fluent_sdkdependency to^0.5.0 - REFACTOR: Renamed
buildmethod toonCreateinNetworkingModule - CHORE: Recreated example platforms and updated READMEs.