Dane Mackier
Dane Mackier
Use GetIt.instance. If you're gonna use get it you need to read it's readme so you know how to use it to your needs. Sent from Outlook Mobile ________________________________ From:...
it is, you just have to get it from the locator.
I have no idea what's causing that. Things work fine on my side. What version is your stacked_services on, what version is your get on?
Hey @randikachan Since this code was published over a year ago provider itself has gone through many updates so the code won't work exactly as it is. If you understand...
Did you register the RemoteConfigService with the locator?
Are you awaiting the setup call in the main function?
haha, nooooooooo 😢 i can't put it to rest. i'll leave it up there in case anyone wants to know the internals of how it was built. It still shows...
Hey, the error is from your code. Seems like there's a type miss match.
auto_route generates an argument class that you should use. It serialises it automatically. it's [ViewName]Arguments so if your view is called HomeView you should pass HomeViewArguments as your arguments when...
@kenyons I don't think you can "pass" anything to the webview. You can listen for route changes on the webview and tell it where to navigate but other than that...