Time Zone Picker in Flutter

You are currently viewing Time Zone Picker in Flutter
Time Zone Picker in Flutter

time_zone_picker

Time zone picker in flutter – An interface that lets you filter through the IANA Time Zone Database.

dependencies

timezone: ^0.5.6

usage

final timeZone = await TimeZonePicker.launch(context);

demo

Alt Text

Learn more about date picker click here

Credit

This project is developed by hnkhandev
Download this project from the below link.
https://github.com/hnkhandev/time_zone_picker/archive/refs/heads/master.zip
You can visit the source page from the below link:
https://github.com/hnkhandev/time_zone_picker

Spread the love
See also  Flutter WebRTC Plugin for Android/iOS

Leave a Reply