flutter_id_datetime_formatter 0.0.1
flutter_id_datetime_formatter: ^0.0.1 copied to clipboard
Format Indonesian local date and time (WIB, WITA, WIT) in Flutter using intl and timezone detection.
flutter_id_datetime_formatter #
🇮🇩 A Flutter package to format Indonesian local date and time with timezone support (WIB, WITA, WIT).
Perfect for displaying formatted dates like: 24 August 2025, 08:00 WITA
🚀 Features #
- Format date using the Indonesian locale (
dd MMMM yyyy) - Automatically detect Indonesian timezone (WIB, WITA, or WIT)
- Support short date format like
24 Aug 2025 - Built on top of
intlandindonesian_timezone
📦 Installation #
Add to your pubspec.yaml:
dependencies:
flutter_id_datetime_formatter: ^0.0.1