Closed jccard closed 4 years ago
Thank you for your help!
I've added your changes to flutter adapter.
I wasn't able to create a branch and make a pull request, ...
You can always fork the repo, modify your own copy, and file a PR against original repo.
Noted.
Thank you; I'm still very new to all of this.
First, thank you very much for these packages! They are incredibly helpful!
I believe the colorToString() and parseColor() functions need corrections. In their current state, they are not addressing the alpha component of the Color class.
colorToString() does not account for the alpha component.
parseColor() sets a value of zero (completely transparent).
I wasn't able to create a branch and make a pull request, but I wanted to mention this here in case anyone runs into the same problem that I did. I'll leave my changes here for your review.
Thank you again for all of the work that you've put into these packages!