You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First time try to use flare. As in pub.dev suggest to use flare_flutter 1.5.1
But it fail to build.
Compiler message:
file:///Users/macb/.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'.
The text was updated successfully, but these errors were encountered:
Make sure you use the corresponding flutter channel with the Flare-Flutter branch. Use pub only if you are on flutter stable. It seems like you are on another flutter channel (maybe dev or master).
First time try to use flare. As in pub.dev suggest to use flare_flutter 1.5.1
But it fail to build.
Compiler message:
file:///Users/macb/.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'.
The text was updated successfully, but these errors were encountered: