alpceylan / flutter-countup

Basic counter widget for flutter.
MIT License
14 stars 23 forks source link

Null-Safety migration #5

Closed deimantasa closed 2 years ago

deimantasa commented 3 years ago

Hey devs,

Is there any ETA for null-safety migration? Do you need help with it? Or this package is not maintained anymore?

Cheers

alpceylan commented 3 years ago

I'm not able to code for a while. I will migrate it as soon as possible when I'm able to do so.

deimantasa commented 3 years ago

I'm not able to code for a while. I will migrate it as soon as possible when I'm able to do so.

No probs. It seems it was pretty easy. Give it a look https://github.com/alpceylan/flutter-countup/pull/6

alpceylan commented 3 years ago

Thanks a lot! I will merge it now.

alpceylan commented 3 years ago

But unfortunately I can only publish it in pub.dev later, sorry :( I'm reopening the issue.

deimantasa commented 3 years ago

But unfortunately I can only publish it in pub.dev later, sorry :( I'm reopening the issue.

No probs. For anyone, that desperately need null-safety, you can build package from git directly, since null-safety was just merged to master.

Go into your pubspec.yaml and replace countup: <version> with

  countup:
    git: https://github.com/alpceylan/flutter-countup.git
ChangJoo-Park commented 3 years ago

Please publish it on pub.dev 👍

kjawadDeveloper1 commented 3 years ago

Yes, publish it.

brightmind-loredo commented 2 years ago

Is there any update on publishing the null safe version?

alpceylan commented 2 years ago

Sorry for the long delay. I just published the new version on pub.dev