flutter_native_timezone_latest 1.0.0
flutter_native_timezone_latest: ^1.0.0 copied to clipboard
A flutter plugin for getting the local timezone of the device.
flutter_native_timezone_latest #
A flutter plugin for getting the local timezone of the os.
it's an update for flutter_native_timezone package to support latest flutter release
Getting Started #
Install this package and everthing good will just follow along with you.
Features #
- ✅ iOS Support
- ✅ Android Support
- ✅ Mac OS Support
Usage examples #
Get the timezone
final String currentTimeZone = await FlutterNativeTimezoneLatest.getLocalTimezone();
Get the available time zones
final List<String> availableTimezones = await FlutterNativeTimezoneLatest.getAvailableTimezones();