A flutter plugin for getting the local timezone of the OS.
This is a fork of the original flutter_native_timezone due to lack of maintenance of that package.
Install this package and everything good will just follow along with you.
final String currentTimeZone = await FlutterTimezone.getLocalTimezone();