FreshMvvm
FreshMvvm copied to clipboard
ICoreMethodsPageModel Action data PushPageModel no visible
Hi, Guys @rid00z @libin85
The Interface ICoreMethodsPageModel not insering the pushmodel below.
await CoreMethods.PushPageModel<QuotePageModel> (pm => pm.Quote = "Quote 23")
This isn't in the Nuget package as of yet from my understanding. The sample used shows a feature that was merged in to the master but yet put in the main build. The commit this was put in is #256 and the alter of example was #278 . Use the method that takes in an object instead if using the Nuget package until the build is live:
await CoreMethods.PushPageModel<QuotePageModel>(pm.Quote);
@thiagoparabas : The was added after the nuget was released as @DevonHansen said. Hoping to release a new release soon.