Tag: CustomPainter

Drawing in Flutter using CustomPainter

Introduction : In Flutter everything revolves around the term Widget. Flutter gives you the flexibility to write one code, create some beautiful UI widgets and the app is ready for both iOS and Android.So what actually happens is these widgets that you create are drawn on to your mobile...