timezone_dropdown 1.0.5 copy "timezone_dropdown: ^1.0.5" to clipboard
timezone_dropdown: ^1.0.5 copied to clipboard

A dropdown widget contains all available timezones, by default the current device/browser timezone is identified and selected

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add timezone_dropdown

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

dependencies:
  timezone_dropdown: ^1.0.5

Alternatively, your editor might support 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_dropdown/timezone_dropdown.dart';
5
likes
140
points
345
downloads

Publisher

verified publisherboodskap.io

Weekly Downloads

A dropdown widget contains all available timezones, by default the current device/browser timezone is identified and selected

Documentation

API reference

License

MIT (license)

Dependencies

dropdown_search, flutter, timezone

More

Packages that depend on timezone_dropdown