bizz84 / movie_app_state_management_flutter

Flutter State Management: Movie App with Provider, Riverpod, flutter_bloc
https://codewithandrea.com
MIT License
553 stars 100 forks source link

states_rebuilder implementation #5

Closed GIfatahTH closed 3 years ago

GIfatahTH commented 3 years ago

First of all, I would like to thank you for your efforts and contributions in making the flutter community better. I also appreciate being open to other state management solutions. This is my contribution to your project. It consists of a states_rebuilder implementation. It should be noted that:

bizz84 commented 3 years ago

@GIfatahTH thank you very much for this PR and apologies for the delay. Merged now.

bizz84 commented 3 years ago

@GIfatahTH When you get a chance could you make a new PR and migrate this implementation to null safety?