timezone_finder 0.2.0
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_finderWith Flutter:
$ flutter pub add timezone_finderThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
timezone_finder: ^0.2.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:timezone_finder/timezone_finder.dart';