dashcast
dashcast copied to clipboard
Missing changes from Episode #36 (Adding a custom navigation bar to DashCast Part 2)
Hi guys,
I've checked your last episode about code refactoring and it seems that someone forgot to push changes after episode 36 with color change animation.
BeaconPainter
class has only 2 properties whereas should have 4 (missing beaconColor
and endColor
):
https://github.com/mjohnsullivan/dashcast/blob/fbb8aa17dbb814fe1d9798202fc796c6b64f2c4f/lib/main.dart#L138-L141
As a reference: https://youtu.be/JPWtboReduA?t=3657
If you do not mind I can create a pull request with missing changes :-)
Have a great day!