one_trust_geo_location 1.1.0 copy "one_trust_geo_location: ^1.1.0" to clipboard
one_trust_geo_location: ^1.1.0 copied to clipboard

A most easily usable Geo Location API wrapper in Dart. With this library, you can easily integrate your application with the Geo Location API made by OneTrust.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add one_trust_geo_location

With Flutter:

 $ flutter pub add one_trust_geo_location

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

dependencies:
  one_trust_geo_location: ^1.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:one_trust_geo_location/one_trust_geo_location.dart';
0
likes
130
points
9
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A most easily usable Geo Location API wrapper in Dart. With this library, you can easily integrate your application with the Geo Location API made by OneTrust.

Homepage

License

BSD-3-Clause (license)

Dependencies

collection, http, json_pro, json_response

More

Packages that depend on one_trust_geo_location