androidx_graphics_shapes 1.1.0
androidx_graphics_shapes: ^1.1.0 copied to clipboard
A Flutter port of the androidx.graphics.shapes and androidx.compose.material3.MaterialShapes Kotlin libraries.
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.