wiseclient 1.1.1 copy "wiseclient: ^1.1.1" to clipboard
wiseclient: ^1.1.1 copied to clipboard

A http client based on Dio with extra features and a few interceptors for basic functionality.

This is a package based on Dio with a few extra QOL features. Custom made for Flutter Circle.

Features #

🌐 Extension on Dio client

🍋 Token refresh with FreshSecureTokenStorage for OAuth tokens

📑 Formatted logging

❗️ Basic error handling widgets to be used together with runZonedGuarded

❌ Cancel requests

🛡️ Protected/Unprotected

📦 In separately importable package

Getting started #

This is a package based on Dio with a few extra QOL features. Custom made for Flutter Circle.

Usage #

Create a WiseClient and use it like you would any other Dio client.

final options = WiseOptions.base(url: url);
final client = WiseClient();
7
likes
150
points
129
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A http client based on Dio with extra features and a few interceptors for basic functionality.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

dio, flutter, flutter_secure_storage, fresh_dio, native_dio_adapter, talker_dio_logger

More

Packages that depend on wiseclient