net_passport 0.1.0
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_passportWith Flutter:
$ flutter pub add net_passportThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
net_passport: ^0.1.0Alternatively, 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';