IGIndy Garciainindy9000.hashnode.dev·Aug 15, 2021 · 2 min readHow to create drop shadows in Flutter CanvasRecently 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....00
IGIndy Garciainindy9000.hashnode.dev·Aug 11, 2021 · 1 min readSubtle Flutter mistake I made todayThese days I'm busy creating AppFeedback in Flutter web. The experience has been frictionless. One of the subtle mistakes I made was, while binding to button onPressed handler. Normally it looks like this. IconButton( onPressed: () { print("tag** pr...00