timezone_dropdown_plus 0.0.2
timezone_dropdown_plus: ^0.0.2 copied to clipboard
Flutter plugin for selecting time zone with features of search filter, current time zone and different selection types with highly customization options.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add timezone_dropdown_plusThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
timezone_dropdown_plus: ^0.0.2Alternatively, 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_plus/timezone_dropdown_plus.dart';