From 71741b1091ecb9c156ac504a84d5c2c798897166 Mon Sep 17 00:00:00 2001 From: Roull Hapil Date: Thu, 29 Jul 2021 20:10:21 +0800 Subject: [PATCH] Fix type mismatch for histo --- lib/quantize_dart.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/quantize_dart.dart b/lib/quantize_dart.dart index a7dfe91..60a6c8c 100644 --- a/lib/quantize_dart.dart +++ b/lib/quantize_dart.dart @@ -117,7 +117,7 @@ class VBox { int g2; int b1; int b2; - Map histo = {}; + List histo = []; VBox( this.r1,