androidx_graphics_shapes 1.2.0
androidx_graphics_shapes: ^1.2.0 copied to clipboard
A library for easy creation, transformation, and morphing of rounded polygonal shapes. Contains predefined Material Design shapes that can be used at various components.
1.2.0 #
CornerRounding.newnow uses positional parameters. For named parameters,CornerRounding.fromcan be used.- Internal code style changes.
1.1.1 #
- Updated
README.mdwith expanded information. - Added an empty
example/main.dartfor future implementation. - Added documentation comments for more items.
1.1.0 #
- Optimized
Pointinternal implementation for raw construction, making it an extension type. - Optimized
Cubic.fromPointsinternal constructor implementation. - Added identity equality checks for
MutableCubic, making every instance of the class only be equal to itself. - Changed
startAngletype frominttodoublein various APIs. - Previously mutable static members of
MaterialShapes(i.e.MaterialShapes.circle,MaterialShapes.squareetc.) are nowfinal. - Applied dot shorthands across the library.
- Improve overall code style and clarity.
1.0.0 #
- Initial version.