lat_lng_to_timezone 0.2.0 copy "lat_lng_to_timezone: ^0.2.0" to clipboard
lat_lng_to_timezone: ^0.2.0 copied to clipboard

Lat/long to timezone mapper in Dart. Does not require web services or data files

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add lat_lng_to_timezone

With Flutter:

 $ flutter pub add lat_lng_to_timezone

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

dependencies:
  lat_lng_to_timezone: ^0.2.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:lat_lng_to_timezone/lat_lng_to_timezone.dart';
20
likes
130
pub points
91%
popularity

Publisher

unverified uploader

Lat/long to timezone mapper in Dart. Does not require web services or data files

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on lat_lng_to_timezone