mobxjs / mobx.dart

MobX for the Dart language. Hassle-free, reactive state-management for your Dart and Flutter apps.
https://mobx.netlify.app
MIT License
2.39k stars 310 forks source link

add the useDeepEquality and equals fields for code generation #1003

Open Neelansh-ns opened 2 months ago

Neelansh-ns commented 2 months ago

Describe the changes proposed in this Pull Request.

Extention to #971 . This adds the useDeepEquality and equals fields for code generation which were not included by yet and defaulted to false and null respectively.


Pull Request Checklist