marcglasberg / async_redux

Flutter Package: A Redux version tailored for Flutter, which is easy to learn, to use, to test, and has no boilerplate. Allows for both sync and async reducers.
Other
230 stars 41 forks source link

Question - async_redux null safety #99

Closed kostaa closed 3 years ago

kostaa commented 3 years ago

Thanks for a great library. Could you let me know what you plans are for the null safety transition?

marcglasberg commented 3 years ago

Yes, published 10 seconds ago: [9.0.0-nullsafety.1].

kostaa commented 3 years ago

Great thank you!