net_passport 0.1.0 copy "net_passport: ^0.1.0" to clipboard
net_passport: ^0.1.0 copied to clipboard

Fetch Cloudflare trace metadata (including client IP) with a tiny API.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add net_passport

With Flutter:

 $ flutter pub add net_passport

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

dependencies:
  net_passport: ^0.1.0

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

Import it

Now in your Dart code, you can use:

import 'package:net_passport/net_passport.dart';
0
likes
160
points
6
downloads

Documentation

API reference

Publisher

verified publisherjoltax.com

Weekly Downloads

Fetch Cloudflare trace metadata (including client IP) with a tiny API.

Repository (GitHub)

License

MIT (license)

Dependencies

http

More

Packages that depend on net_passport