zeba_academy_network_helper 0.0.1
zeba_academy_network_helper: ^0.0.1 copied to clipboard
A Flutter package to simplify network requests with automatic JSON parsing, error handling, retries, and logging.
Changelog for Zeba Academy Network Helper #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
0.0.1 - 2026-04-03 #
Added #
- Initial release of Zeba Academy Network Helper Flutter package.
- Support for GET, POST, PUT, DELETE network requests.
- Automatic JSON parsing of responses.
- Retry logic for failed requests with configurable retry count.
- Internet connectivity checks before making requests.
- Optional logging using
loggerpackage. - Public API methods:
get(),post(),put(),delete(). - Fully null-safe and ready for Flutter 3.x+.
- Integration-ready for Zeba Academy branding and projects.
Fixed #
- N/A (first release)
Notes #
- This release includes all core functionalities and is production-ready for developers to integrate network handling in Flutter projects.