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

Int32List issue #131

Closed
nitneuq33 opened this issue Jul 26, 2019 · 3 comments
Closed

Int32List issue #131

nitneuq33 opened this issue Jul 26, 2019 · 3 comments

Comments

@nitneuq33
Copy link

I try to upgrade flutter to 1.7.8, but I found an issue not related with flare package, so I try to downgrade flutter to 1.5.4 and downgrad flare package to 1.5.3 who worked before, and now I have :

Compiler message:
file:///C:/Users/utilisateur/flutter/.pub-cache/hosted/pub.dartlang.org/flare_flutter-1.5.4/lib/flare.dart:1027:18: Error: The argument type 'Uint16List' can't be assigned to the parameter type 'Int32List'.
 - 'Uint16List' is from 'dart:typed_data'.
 - 'Int32List' is from 'dart:typed_data'.
Try changing the type of the parameter, or casting the argument to 'Int32List'.
        indices: _indices, textureCoordinates: _uvBuffer);
                 ^

@luigi-rosso
Copy link
Contributor

If you're using Flutter 1.7.8, you should upgrade to the latest Flare (1.5.4). More details: #126 (comment)

@nitneuq33
Copy link
Author

I have all reinstall it's ok now

@luigi-rosso
Copy link
Contributor

Sounds good!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants