flutter_native_timezone_updated_gradle 2.0.3 flutter_native_timezone_updated_gradle: ^2.0.3 copied to clipboard
A flutter plugin for getting the local timezone of the device.
flutter_native_timezone #
A flutter plugin for getting the local timezone of the os.
Getting Started #
Install this package and everthing good will just follow along with you.
Features #
- ✅ iOS Support
- ✅ Android Support
Usage examples #
Get the timezone
final String currentTimeZone = await FlutterNativeTimezone.getLocalTimezone();