flutter_network_monitor 0.0.1
flutter_network_monitor: ^0.0.1 copied to clipboard
A Flutter package to monitor network speed, connection type, and video streaming quality.
flutter_network_monitor #
flutter_network_monitor is a Flutter package that allows developers to monitor network speed, connection type, and internet quality in real-time. This package helps in determining video streaming quality and classifies network speeds.
Features #
- 📡 Detects current network type (WiFi, Mobile, or No Connection).
- 🚀 Measures download and upload speeds.
- 🎥 Determines suitable video streaming quality based on network speed.
- 📊 Provides connection quality classification (Poor, Average, Good, Excellent).
- 🔄 Real-time network updates.
Getting Started #
To start using flutter_network_monitor, follow these steps:
- Add the dependency to your
pubspec.yamlfile:dependencies: flutter_network_monitor: ^0.0.1