Nothing here yet.
Nothing here yet.
CustomPaint is a widget that allows you to draw shapes on a canvas using a CustomPainter. The first step into creating our game would be to draw out a simple circle and a rectangle on our canvas Create a new flutter project import 'package:flutter/m...

Working with Firebase messaging, i encountered a few problems handling notification clicks in flutter. Firebase messaging is generally easy to implement but can be a pain when some details are left out. It took me a while to figure out exactly what i...
