fizzy_api 0.0.4
fizzy_api: ^0.0.4 copied to clipboard
A lightweight, structured wrapper around dio that simplifies Flutter API calls with minimal boilerplate and easy customization.
Changelog #
0.0.1 - 2025-05-17 #
Added #
- First release of
fizzy_api. ApiServiceclass with support for all HTTP methods.ApiResponse<T>wrapper for handling loading, success, error, timeout.- Built-in context-based loader display for Flutter.