movie_app_state_management_flutter
movie_app_state_management_flutter copied to clipboard
How is the performance testing across 3 state management?
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.
@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.