finn_utils 0.0.2
finn_utils: ^0.0.2 copied to clipboard
A Flutter plugin providing lightweight utility tools: HTTP client builder, local storage handler, and response settlement helper.
🛠️ Finn Utils #
A Dart & Flutter plugin providing helpful utility functions to speed up mobile development with common tools like:
- 📡
client()— A preconfigured Dio HTTP client. - 💾
finnUtilsStorage— A typed storageutil. - ⚖️
settle()— A Result-handling utility for wrapping async operations.
🚀 Getting Started #
Add to your pubspec.yaml:
dependencies:
finn_utils:
git:
url: https://github.com/Whales-Group/FinnUtils.git