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

Fix Unhandled exception(List Generics) for ImageSequences #1

Merged

Conversation

tazake
Copy link
Contributor

@tazake tazake commented May 29, 2018

When using ImageSequences exported file(.nima and .png) the following error occurred.

[VERBOSE-2:dart_error.cc(16)] Unhandled exception:
type 'List<dynamic>' is not a subtype of type 'List<double>' where

So, I fixed generics type.

$ flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel beta, v0.3.2, on Mac OS X 10.13.2 17C88, locale ja-JP)
[✓] Android toolchain - develop for Android devices (Android SDK 27.0.3)
[✓] iOS toolchain - develop for iOS devices (Xcode 9.2)
[✓] Android Studio (version 3.1)

@luigi-rosso
Copy link
Contributor

Good catch, thank you!

@luigi-rosso luigi-rosso merged commit 9de3c87 into 2d-inc:master May 29, 2018
@carnivash carnivash mentioned this pull request Sep 25, 2018
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

Successfully merging this pull request may close these issues.

2 participants