maxminddb 1.4.1 copy "maxminddb: ^1.4.1" to clipboard
maxminddb: ^1.4.1 copied to clipboard

A library for querying MaxMind databases (like GeoLite2-City.mmdb).

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate maxminddb

Use it

The package has the following executables:

$ maxminddb

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add maxminddb

With Flutter:

 $ flutter pub add maxminddb

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

dependencies:
  maxminddb: ^1.4.1

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:maxminddb/maxminddb.dart';
4
likes
140
pub points
69%
popularity

Publisher

unverified uploader

A library for querying MaxMind databases (like GeoLite2-City.mmdb).

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (LICENSE)

Dependencies

args, extendedip

More

Packages that depend on maxminddb