Skip to content

wisemen-digital/flutter-networking-client

Repository files navigation

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();

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages