flutter_native_timezone 2.0.0 flutter_native_timezone: ^2.0.0 copied to clipboard
A flutter plugin for getting the local timezone of the os.
2.0.0 #
- Update gradle
- Update deps
- Update codestyle
- Update compile version
- Update target version
- Fix issue https://github.com/pinkfish/flutter_native_timezone/issues/25
1.1.0 #
Updated the web support and changed the android code to use ZoneID rather than TimeZone which returns more correct iana timezones.
1.0.12 #
Add in support for the web.
1.0.11 #
Upgrade the kotlin version.
1.0.10 #
Another fix to the ios build issue.
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.