Bowman74 / fmvvm

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

Navigation service does not allow a value to be returned. #7

Closed Bowman74 closed 5 years ago

Bowman74 commented 5 years ago

The navigation service used by the view models uses Flutter route navigation under the covers. The flutter navigation service has the ability to return a value from the form being called.

fmvvm should be modified so that when a view model navigates to another view model, a result can be returned from the called view model to the calling one.

Bowman74 commented 5 years ago

Changes made and will be in the next 0.94 pre-release.