# flutter_native_timezone **Repository Path**: okflutter/flutter_native_timezone ## Basic Information - **Project Name**: flutter_native_timezone - **Description**: flutter_native_timezone - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-04 - **Last Updated**: 2022-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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 - [X] iOS Support - [X] Android Support ## Usage examples #### Get the timezone ```dart final String currentTimeZone = await FlutterNativeTimezone.getLocalTimezone(); ```