damoonrashidi / bitalarm

An app to keep track of different cryptocurrencies, written in dart + flutter
197 stars 56 forks source link

CoinGraph text and indicator dots are covered by shader #8

Closed damoonrashidi closed 4 years ago

damoonrashidi commented 4 years ago

The gradient shader that gives the coin chart a pink->blue gradient also covers the text and the hi/low/current indicators, meaning that they get the same hues. These should ideally be gray/white which could be achieved if they are moved to their own CustomPainter with the same X/Y calculations and drawn over the ShaderMask in coin-graph.dart using a Stack widget.

damoonrashidi commented 4 years ago

fixed!