androidx_graphics_shapes 1.3.2
androidx_graphics_shapes: ^1.3.2 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.3.2 #
- Downgraded the dependency constraint of
metato^1.17.0to match the version pinned by the stable SDK.
1.3.1 #
- Removed usages of the
@immutableannotation. - Internal changes.
- Addressed linter feedback.
- Upgraded dependencies.
1.3.0 #
- Added path caching to
RoundedPolygonBorderandMorphBorderso they are no longer const-constructable. - Implemented morphing between
RoundedPolygonBordershapes and betweenMorphBordershapes (with the samemorphvalues). - Exposed
startandendproperties ofMorphas internal members. - Internal updates to
MaterialShapes. - Added inline pragmas to internal utils.
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.