FilledStacks / provider_architecture

A set of widgets to help with the implementation of the Provider architecture as shown by FilledStacks
87 stars 15 forks source link

snackbar #16

Open mbfakourii opened 4 years ago

mbfakourii commented 4 years ago

how request for show snackbar in view from ViewModel

Amerr commented 4 years ago

Can you describe your usecase or some code gist to understand your query

FilledStacks commented 4 years ago

Create a SnackbarService that wraps this package. Register it as a service with the locator. Use as any other service in the viewmodel.