wiseclient 2.1.1
wiseclient: ^2.1.1 copied to clipboard
A http client based on Dio with extra features and a few interceptors for basic functionality.
2.1.1 #
- Fixed constructor function parameters for web and native
2.1.0 #
- Removed error screens
- Changed web support to WASM
2.0.4 #
- Removed
synchronizablefrom iOS options inFreshSecureTokenStorage - Updated packages
2.0.3 #
- Added
issuedAtto mappers
2.0.2 #
- Added
RevokeTokenExceptionto exports
2.0.1 #
- Added
AuthenticationStatusto exports
2.0.0 #
- Breaking change: Removed
freshfork - Needs migration: FreshSecureTokenStorage
- Added iOS options for
KeychainAccessibility.first_unlock - Use
tokenStoragein client creation to achieve migration (or handle separately)
- Added iOS options for
1.1.3-prerelease.3 #
- Add a wiseclient skill
1.1.3-prerelease.2 #
- Pass refreshBuffer through createClient
1.1.3-prerelease.1 #
- Updated dependencies
1.1.3-prerelease.0 #
- Make sure refresh calls have better support for concurrent calls
- Refresh tokens before call occurs
- Add 10 second hard cache before doing new refresh call
1.1.2-prerelease.0 #
- Updated Flutter Secure storage
1.1.1 #
- Bugfix: workaround for BrowserHttpAdapter issue
- Updated packages
1.1.0 #
- Added option to add permanent headers to client
- Bugfix: Header options in client base (duplicate header)
- Updated packages
1.0.8 #
- Updated secure storage package and reverted workaround for efficiency
1.0.7 #
- Changed secure storage read because of breaking bug on iOS
1.0.6 #
- Updated packages
1.0.5 #
- Updated
diopackage
1.0.4 #
- Replaced pretty_dio_logger with talker_dio_logger
1.0.3 #
- Changes for pub.dev analysis
1.0.2 #
- Added repository link and homepage
1.0.1 #
- Formatting/added example
1.0.0 #
- Initial version
- Basic request overrides with added functionality
- Extended dio client with possibility to add interceptors