-
Notifications
You must be signed in to change notification settings - Fork 983
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
issue about configure and running this project #67
Comments
Same problem.But when i just created a new flutter project,everything is OK. |
Same problem... 17:05:32.691 8 info flutter.tools Compiler message: |
in my case (submodule init and submodule update was called previously) |
This is due to Flutter stable updating with breaking changes for Flare and Nima. I just pushed 855fd92 that fixes the dependencies to newer versions and I updated the History of Everything code to be compatible with the newer libraries. Please pull the latest changes from the master branch and make sure you update submodules too. |
@luigi-rosso After update to the latest version,everything runs perfectly.Thx very much. |
I use the provided command line to run this project with my android studio, It shows the following compiler error message. I have configured the path of flutter and dart, and I have no idea how to deal with this problem.
Compiler message:
file:///Users/stevenliu/HistoryOfEverything/dependencies/Nima-Flutter/lib/nima.d
art:114:90: Error: The argument type 'Int32List' can't be assigned to the
parameter type 'Uint16List'.
Try changing the type of the parameter, or casting the argument to 'Uint16List'.
_canvasVertices = new ui.Vertices.raw(ui.VertexMode.triangles, _vertexBuffer,
indices: _indices, textureCoordinates: _uvBuffer);
^
Compiler failed on /Users/stevenliu/HistoryOfEverything/app/lib/main.dart
Error launching application on iPhone Xʀ.
The text was updated successfully, but these errors were encountered: