dart_ping_ios 4.0.2 copy "dart_ping_ios: ^4.0.2" to clipboard
dart_ping_ios: ^4.0.2 copied to clipboard

This package adds iOS support to the dart_ping package via plugin registration.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dart_ping_ios
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  dart_ping_ios: ^4.0.2
copied to clipboard

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:dart_ping_ios/dart_ping_ios.dart';
copied to clipboard
9
likes
160
points
9.71k
downloads

Publisher

unverified uploader

Weekly Downloads

2024.07.08 - 2025.01.20

This package adds iOS support to the dart_ping package via plugin registration.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

dart_ping, flutter, flutter_icmp_ping

More

Packages that depend on dart_ping_ios