How to create drop shadows in Flutter Canvas
Recently one of my Twitter followers asked if I could help to create drop shadows in Flutter canvas. Here's how you can approach that problem.
Using the CustomPainter in Flutter gives you access to a canvas, which you can use to draw directly on to....
indy9000.hashnode.dev2 min read