You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to have access to the mixin RouteAwareStateMixin ? and the others ones ?
The methods didPush, didPop, didChangeTapRoute,... will be working ?
If I try to import the mixin, I do receive a warning :
Import of a library in the 'lib/src' directory of another package.
Try importing a public library that exports this library, or removing the import.
I saw this mixin in your library. I tried to used it with the RouterService to receive the notification did push, ..
But this mixin is not exported.
Do you have an example how to use it? I didn't find any code using it
If you want to observer the routes you can create a RouteObserver and add it to the routeObservers this will be called every time a path is changed and you can run your custom code for it.
Describe the bug
Hello,
Is it possible to have access to the mixin RouteAwareStateMixin ? and the others ones ?
The methods didPush, didPop, didChangeTapRoute,... will be working ?
If I try to import the mixin, I do receive a warning :
Import of a library in the 'lib/src' directory of another package.
Try importing a public library that exports this library, or removing the import.
What operating system do you use?
macOS
Information about the installed tooling
No response
Steps to reproduce the issue
import 'package:stacked/src/router/common/route_observer.dart';
Expected behavior
No response
Screenshots
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: