We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
TweenSequnce<FooBar>
FooBar
@freezed
The type _$FooBarImpl might not fully implement +, -, and/or *. See "Types with special considerations"
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
_$FooBarImpl
Any advice on how I might fix would be really appreciated,
Thanks
The text was updated successfully, but these errors were encountered:
An example would be great. I can't reproduce it as is
Sorry, something went wrong.
rrousselGit
No branches or pull requests
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>
whereFooBar
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
The text was updated successfully, but these errors were encountered: