Beep boop

Welcome to my tech blog

Giving superpower to Flutter Scratcher

Introduction Trying to build a scratch card into your app but stuck with Flutter’s limited scratcher functionality? Then read on as we decode, how to create dynamic scratch card widgets for your app that can be used however you want. It’s like Scratcher on steroids. Objective There is a nice package for flutter for making scratch cards called Scratcher. You can give it a child Widget which will be displayed behind the scratch card, and a Color or Image as cover, which the user scratches....

April 20, 2022

Creating circular slide in.. Flutter

Objective Let’s a say you want to create a cirular rotation slide in flutter, something like this Abstract Solution So where do we start. If we try to imagine, we have a central point somewhere, around which these elements are revolving. However that point is behind the widget in z axis, which is easy to represent in 3D environment, In above animation, we can see two different views. Left side being top view which shows how the elements are rotating....

March 18, 2022