brianegan / redux_thunk

Redux Middleware for handling functions as actions
MIT License
88 stars 8 forks source link

chore: update to flutter2.0/sdk 2.12 - null safety #18

Closed basti1253 closed 3 years ago

basti1253 commented 3 years ago

Hey Brian,

First of all thanks for your work! I've updated the codebase to support null safety. As I want to update my code base fast I thought a helping hand could be useful ;)

kind regards

Sebastian

basti1253 commented 3 years ago

/cc @brianegan could you please take a look. Thank you very much :)

brianegan commented 3 years ago

Yes, thanks for the contribution! I'm working my way through Redux stuff this week, please bear with me as there's a lot to do.

brianegan commented 3 years ago

Thanks so much! I'm going to drop the Flutter constraint and then publish (this library does not have any Flutter dependencies -- it's a pure Dart project :)

brianegan commented 3 years ago

Published 0.4.0 -- thanks again :)

basti1253 commented 3 years ago

I'm working my way through Redux stuff this week, please bear with me as there's a lot to do.

I didn't mean to put the pressure drop on you ;)

I'm going to drop the Flutter constraint Oops. Thanks ;) of course for the quick merge, too