connectivity_monitor 1.0.1
connectivity_monitor: ^1.0.1 copied to clipboard
A Flutter package to monitor internet connectivity with dynamic UI updates and toast notifications.
1.0.1 #
Initial Release
The first version of the connectivity_monitor package introduces essential tools to manage and monitor network connectivity in your Flutter applications.
Features: #
- Global Connectivity Monitoring:
- Automatically detects connectivity changes across your app.
- Validates internet connectivity with customizable endpoints.
- Customizable Widgets:
- Use the
ConnectivityMonitorwidget to handle UI changes based on network status.
- Use the
- Toast Notifications:
- Display customizable toast messages for connectivity changes.
- Debouncing:
- Prevent excessive updates with built-in debouncing of connectivity events.
- Callbacks:
- Trigger
onConnectedandonDisconnectedevents for custom logic.
- Trigger
- Cross-Platform Support:
- Works seamlessly on Android, iOS.
This release provides a robust foundation for handling connectivity in Flutter applications with ease and flexibility. Feedback and contributions are welcome!