flutter_icmp_ping 3.0.0-nullsafety.0 flutter_icmp_ping: ^3.0.0-nullsafety.0 copied to clipboard
Flutter plugin that sends ICMP ECHO_REQUEST to network hosts.
3.0.0-nullsafety.0 #
- Null safety migration
2.0.0+1 #
- Fixed readme
2.0.0 #
- Reorganized source files
- Refactored classes so that a Ping instance provides a stream which starts the ping process when listened to
- Enable concurrent ping instances
- Explicitly support Android platform in pubspec (for pub.dev)
1.1.1 #
- Fixed end time and sequence when timeout.
1.1.0 #
- Made iOS end time the same as Android.
- Fixed Android "seq" to start from 0.
1.0.0+1 #
- Updated docs.
1.0.0 #
- First Release.