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....
Aug 15, 20212 min read
