Skip to content

Fix type mismatch for histo#1

Open
roulljdh wants to merge 1 commit intoTudutu:masterfrom
roulljdh:master
Open

Fix type mismatch for histo#1
roulljdh wants to merge 1 commit intoTudutu:masterfrom
roulljdh:master

Conversation

@roulljdh
Copy link

I encountered a runtime error because of the type mismatch between Map<int, int?> and List<int?> for histo. I changed it to List<int?> and the runtime error was fixed. I used a local copy of this package along with the color_thief_flutter on my app to test this.

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.

1 participant

Comments