Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 667 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 667 Bytes

Dart Ping

dart_ping is a multi-platform network ping utility for Dart applications.

It is available for use via the pub.dev package repository

iOS Compatibility

In order to provide compatibility on iOS (via Flutter Method Channels) while retaining native dart support, the package is split into two parts:

dart_ping is the main package which supports Windows, Mac, Linux, and Android natively without additional binaries

dart_ping_ios is a plugin which adds cocoa dependencies to support ping on iOS systems. Using this plugin requires the Flutter SDK to be added to your dart project.