# fluttertpc_flutter_native_timezone **Repository Path**: talking-about-building/fluttertpc_flutter_native_timezone ## Basic Information - **Project Name**: fluttertpc_flutter_native_timezone - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 4 - **Created**: 2024-12-06 - **Last Updated**: 2024-12-06 ## 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(); ```