Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 1.07 KB

CHANGELOG.md

File metadata and controls

55 lines (34 loc) · 1.07 KB

2.0.1

Improve pub.dev score

2.0.0

  • Update gradle
  • Update deps
  • Update codestyle
  • Update compile version
  • Update target version
  • Fix issue pinkfish#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.