connectivity_manager 0.0.1
connectivity_manager: ^0.0.1 copied to clipboard
A package to monitor and manage network connectivity in Flutter apps.
Changelog #
0.0.1 - 2025-02-18 #
Initial release #
- First release of the
connectivity_managerpackage. - Includes basic functionality to:
- Monitor connectivity status (Wi-Fi, Mobile Data, and No connection).
- Listen to connectivity changes in real-time via a stream.
- Check the current connectivity status when the app starts.