-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Description
Hi
I received this error when I compiled it using Android Studio
Compiler message:
file:///C:/Users/User/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/flare_flutter-1.5.1/lib/flare.dart:1023:18: Error: The argument type 'Int32List' can't be assigned to the parameter type 'Uint16List'.
- 'Int32List' is from 'dart:typed_data'.
- 'Uint16List' is from 'dart:typed_data'.
Try changing the type of the parameter, or casting the argument to 'Uint16List'.
indices: _indices, textureCoordinates: _uvBuffer);
^
Compiler terminated unexpectedly.
Metadata
Metadata
Assignees
Labels
No labels