What is Divider in Flutter 1

What is Divider in Flutter?

Divider in Flutter refers to a widget that creates a separation between two parts of the screen by drawing either a horizontal or vertical line. It typically appears as a…

Read more »
Screenshot-2023-03-05-at-18.19.38

Create Rounded Corner Image in Flutter

By utilizing the BorderRadius class, images in Flutter can have their corners rounded. Images in Flutter are created with sharp corners by default, but you may change this by adjusting…

Read more »
How to Add Image in Circleavatar in Flutter

How to Add Image in Circleavatar in Flutter

CircleAvatar in Flutter – To adjust how the CircleAvatar in Flutter widget looks, there are a number of settings available in Flutter. radius, backgroundColor, foregroundColor, and child are all examples…

Read more »
A Flutter app to demonstrate the usage of CustomPainter, flutter_boxy, and staggered animations

A Flutter app to demonstrate the usage of CustomPainter, flutter_boxy, and staggered animations

custom_timeline_example A Flutter app to demonstrate the usage of CustomPainter, flutter_boxy, and staggered animations. Demo output.mp4 Challenges Deciding which way should I use to create the connectors with CustomPainter was…

Read more »
A simple maze game in Flutter

A simple maze game in Flutter

maze_game A simple maze game in Flutter. It also serves as a CustomPainter example. ¿Why? In another project, I needed to create a "simple" maze game that can be used…

Read more »