flutter_native_timezone 1.0.9 flutter_native_timezone: ^1.0.9 copied to clipboard
A flutter plugin for getting the local timezone of the os.
1.0.9 #
Fix up the issue with the ios build.
1.0.8 #
Upgrade to the use null safety.
1.0.5 #
- Merge in changes updating the android version.
1.0.4 #
- Fix up compile issues on android and iOS. Recreated the plugin wrapper from a flutter create method.
1.0.3 #
- Breaking change. Migrate from the deprecated original Android Support Library to AndroidX. This shouldn't result in any functional changes, but it requires any Android apps using this plugin to also migrate if they're using the original support library.