clippy_flutter icon indicating copy to clipboard operation
clippy_flutter copied to clipboard

Clip your widgets with custom shapes provided.

Results 5 clippy_flutter issues
Sort by recently updated
recently updated
newest added

Do you need help migrating this to null safe code?

I want to use the null safety version soon!

For example a Point shape can have a pointed left and right edge be pointed. Sample ``` Point( triangleHeight: 30.0, edge: Edge.LEFT_AND_RIGHT, child: Container( color: Colors.orange, width: 100.0, height: 100.0,...

Hey, has plans to upgrade this to Dart 3.0.0?