rrousselGit / state_notifier

ValueNotifier, but outside Flutter and with some extra perks
MIT License
311 stars 28 forks source link

Add null safety to this package #43

Closed bizz84 closed 3 years ago

bizz84 commented 3 years ago

Is your feature request related to a problem? Please describe.

Apps that use Provider and StateNotifier need a corresponding null-safety version of this package.

rrousselGit commented 3 years ago

It already exists: 0.7.0-nullsafety.0

rrousselGit commented 3 years ago

Oh wait, maybe you're talking about flutter_state_notifier instead?

bizz84 commented 3 years ago

Yes. we need null-safety for flutter_state_notifier as well.

Sameerkash commented 3 years ago

@rrousselGit if there's no WIP on this, I'd like to help!