Bowman74 / fmvvm

An MVVM framework for creating Flutter apps
MIT License
19 stars 7 forks source link

Change custom NotifyChange implementation to use standard Flutter ValueNotifier/ValueListener #8

Closed Bowman74 closed 5 years ago

Bowman74 commented 5 years ago

This was changed to use the more standard Listenable class.