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

Using TweenSequence<FooBar> results in "type _$FooBarImpl might not fully implement..." #1109

Open
jimmyff opened this issue Jul 13, 2024 · 1 comment
Assignees
Labels
bug Something isn't working question Further information is requested

Comments

@jimmyff
Copy link

jimmyff commented Jul 13, 2024

Hey firstly thanks for this awesome package, it's really great!

The issue I've found is that I'm trying to use TweenSequnce<FooBar> where FooBar is my @freezed class however this gives the following error:

The type _$FooBarImpl might not fully implement +, -, and/or *. See "Types with special considerations"

I've implemented a static lerp method which would normally work however this is on FooBar and not _$FooBarImpl

Any advice on how I might fix would be really appreciated,

Thanks

@jimmyff jimmyff added bug Something isn't working needs triage labels Jul 13, 2024
@rrousselGit
Copy link
Owner

An example would be great. I can't reproduce it as is

@rrousselGit rrousselGit added question Further information is requested and removed needs triage labels Jul 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants