zeba_academy_network_helper 0.0.1 copy "zeba_academy_network_helper: ^0.0.1" to clipboard
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 logger package.
  • 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.
0
likes
130
points
47
downloads

Documentation

API reference

Publisher

verified publisherzeba.academy

Weekly Downloads

A Flutter package to simplify network requests with automatic JSON parsing, error handling, retries, and logging.

Homepage

License

GPL-3.0 (license)

Dependencies

connectivity_plus, flutter, http, logger

More

Packages that depend on zeba_academy_network_helper