flutter_id_datetime_formatter 0.0.2
flutter_id_datetime_formatter: ^0.0.2 copied to clipboard
Format Indonesian local date and time (WIB, WITA, WIT)
0.0.1 #
- Initial release 🎉
- Added
formatTanggal,formatTanggalPendek, andformatTanggalIndonesia - Auto timezone detection (WIB/WITA/WIT)
0.0.2 #
- Removed dependency on
indonesian_timezone. - Now detects WIB/WITA/WIT automatically from
DateTime.timeZoneOffset. - Refactored
getIndonesianTimezoneLabel()into standalone function.