Skip to content

Latest commit

 

History

History
33 lines (15 loc) · 1.07 KB

README.md

File metadata and controls

33 lines (15 loc) · 1.07 KB

webelight_shapes

  • Users can use this random circle shapes as a placholder or for any other usases.

Getting Started

Step 1

  • import 'package:webelight_shapes/webelight_shapes.dart';

Step 2

  • add in your child -> webelight.getMoonMountainShape()

Step 3

  • When your widget gets rebuild it will get new random colored circle shape

How it's works

  • I have used CustomPainter class to draw all the circle, shape, lines and give random color using random function.

See some of the random colored shapes below. Those are just some of them it will get you any random colored shape whether its Moon, River or Sea shape.