finn_utils 0.0.3
finn_utils: ^0.0.3 copied to clipboard
A Flutter plugin providing lightweight utility tools: HTTP client builder, local storage handler, and response settlement helper.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.0.3 - 2025-05-13 #
🎉 Initial Release #
This is the first release of finn_utils — a simple utility plugin to accelerate Flutter development.
✨ Added
-
Client()
A configurable Dio HTTP client with optional bearer token and logging support. -
FinnUtilsStorage
A lightweight, storage util for persistent local storage. -
settle()
AResult<T, String>-based function for clean and readable error handling in async operations.