Samurai016 / Audiotagger

This library allow you to read and write ID3 tags to MP3 files.
https://pub.dev/packages/audiotagger
MIT License
22 stars 20 forks source link

Update Package to Major Version for support Null Safety #11

Closed zgramming closed 3 years ago

zgramming commented 3 years ago

As written here

If your package is already at 1.0.0 or greater, increase the major version. For example, if the previous version is 2.3.2, the new version is 3.0.0.

If you running in terminal flutter pub outdated --mode=null-safety used audiotagger: ^1.1.0 , it still indicates this package not yet support null safety

Showing dependencies that are currently not opted in to null-safety.
[✗] indicates versions without null safety support.
[✓] indicates versions opting in to null safety.

Package Name  Current  Upgradable  Resolvable  Latest  

direct dependencies:
audiotagger   ✗1.1.0   ✗1.1.0      ✗1.1.0      ✗1.1.0

How to fixed it

Update package version to 2.0.0

Samurai016 commented 3 years ago

Thank you so much @zgramming , I updated the package and migrated the whole project to support Null-Safety. I just released the 2.0.0 version on pub.dev.