flutter_timezone_ffi 0.0.1
flutter_timezone_ffi: ^0.0.1 copied to clipboard
A high-performance Flutter plugin to get device timezone using FFI for synchronous access.
0.0.1 #
- Initial release of the
flutter_timezone_ffiplugin. - Synchronous device timezone access via
dart:ffi:getLocalTimezone(),getTimezoneAbbreviation(),getUtcOffsetSeconds(), andgetUtcOffset(). - Support for Android, iOS, macOS, Windows, and Web (via the browser
IntlAPI).