nat_info 0.2.1 copy "nat_info: ^0.2.1" to clipboard
nat_info: ^0.2.1 copied to clipboard

A package to get public IP of nat and derive its port mapping scheme.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add nat_info

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

dependencies:
  nat_info: ^0.2.1

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:nat_info/nat_info.dart';
3
likes
40
pub points
27%
popularity

Publisher

unverified uploader

A package to get public IP of nat and derive its port mapping scheme.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

convert, flutter

More

Packages that depend on nat_info