bizz84 / movie_app_state_management_flutter

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

How is the performance testing across 3 state management? #2

Open maplerichie opened 3 years ago

maplerichie commented 3 years ago

Performance is crucial as still a lot of low RAM android devices or old iOS devices that start lagging. I tried provider, as observed, a lot of rebuilds.

bizz84 commented 3 years ago

@maplerichie thanks for the feedback. I want to add a few more features to this app, and then yes, it would be interesting to see some performance comparisons.