Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mixin Error for TransitionRouteAware #456

Open
berkayevren opened this issue Sep 25, 2023 · 0 comments
Open

Mixin Error for TransitionRouteAware #456

berkayevren opened this issue Sep 25, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@berkayevren
Copy link

dashboard_screen.dart
Line 22

with SingleTickerProviderStateMixin, TransitionRouteAware {

The class 'TransitionRouteAware' can't be used as a mixin because it's neither a mixin class nor a mixin.dartclass_used_as_mixin
abstract class TransitionRouteAware
package:exampleApp/loginScreen/transition_route_observer.dart

An interface for objects that are aware of their current [TransitionRoute].

This is used with [TransitionRouteObserver] to make a widget aware of changes to the [Navigator]'s session history.

I'm getting this mixin error. Is this related to the new version of Dart? How can I solve it?

@berkayevren berkayevren added the bug Something isn't working label Sep 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant