rid00z / FreshMvvm

FreshMvvm is a super light Mvvm Framework designed specifically for Xamarin.Forms. It's designed to be Easy, Simple and Flexible.
Apache License 2.0
595 stars 172 forks source link

Updated Base PageModel to have an InitAsync method #320

Open killer-frog opened 3 years ago

killer-frog commented 3 years ago

Added InitAsync to base page model so that it is properly async. Consolidated the version of Xamarin forms as the version in the test project was a major version behind. Added async through the call stack and updated unit tests to be async

killer-frog commented 3 years ago

@rid00z Any thoughts on this change? I might have to update the readme, but I thought it would be a useful addition

JamieColclough commented 3 years ago

@rid00z Bump, because I agree that this is a really good idea

mos379 commented 2 years ago

any chance to get this merged?