MobX Versus Inherited Model #948
-
The Inherited Model - https://api.flutter.dev/flutter/widgets/InheritedModel-class.html Why should I use MobX? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
Beta Was this translation helpful? Give feedback.
-
Thank you @amondnet |
Beta Was this translation helpful? Give feedback.
mobx
andInheritedModel
are both state management solutions for Flutter apps, but they have different strengths and weaknesses.MobX
is a more complex library, but it offers a number of advantages over InheritedModel, including:InheritedModel
is a …