Nicolas Dion-Bouchard

Results 16 comments of Nicolas Dion-Bouchard

I can confirm that simply commenting the faulting line in `whitespace.dart` fixes the issue. Cheers @flutterdev06!

I found that too!! That's an easy fix I think!!

Easy workaround for tint, you can do: `Color.alphaBlend(Colors.white.withOpacity(amount / 100), color);` and for shade: `Color.alphaBlend(Colors.black.withOpacity(amount / 100), color);`. Works like a charm.

Is anything still preventing the merge of this?

@lijy91 Why did you close this? Has the [commit](https://github.com/xtyxtyx/minio-dart/pull/79/commits/f3f640db1163d76458ca7d73684df3865f8f45c4) been merged?