Provider: Need ChangeNotifier performance Explanation

Created on 12 Oct 2020  路  2Comments  路  Source: rrousselGit/provider

Hello roussel , I using provider package for my flutter projects more than a year. And its working without any performance issue.
But recently ,I saw that getx readme says below statement. And I think above statement is like misunderstanding about ChangeNotifier.

There are currently several state managers for Flutter. However, most of them involve using ChangeNotifier to update widgets and this is a bad and very bad approach to performance of medium or large applications. You can check in the official Flutter documentation that ChangeNotifier should be used with 1 or a maximum of 2 listeners, making it practically unusable for any application medium or large.

Can you give an explanation on that topic. ( ChangeNotifier can be used for both medium and large scale applications) .

Great work! Thanks!

enhancement needs triage

Most helpful comment

That statement is invalid.

You can use ChangeNotifier for large scale apps.

All 2 comments

That statement is invalid.

You can use ChangeNotifier for large scale apps.

@rrousselGit Thnx for your reply..

Was this page helpful?
0 / 5 - 0 ratings

Related issues

arnoutvandervorst picture arnoutvandervorst  路  4Comments

stocksp picture stocksp  路  5Comments

usherwalce picture usherwalce  路  5Comments

hou3172568 picture hou3172568  路  4Comments

Alfie-AD picture Alfie-AD  路  4Comments