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

Makes package:timezone easier to use — turn a place on Earth into the Location it sits in, convert a TZDateTime from one Location to another, and read English time zone labels.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add timezone_finder

With Flutter:

 $ flutter pub add timezone_finder

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

dependencies:
  timezone_finder: ^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:timezone_finder/timezone_finder.dart';
0
likes
160
points
558
downloads

Documentation

API reference

Publisher

verified publisherg.watch

Weekly Downloads

Makes package:timezone easier to use — turn a place on Earth into the Location it sits in, convert a TZDateTime from one Location to another, and read English time zone labels.

Repository (GitHub)
View/report issues

Topics

#timezone #geospatial #iana

License

MIT (license)

Dependencies

timezone, web

More

Packages that depend on timezone_finder