androidx_graphics_shapes 1.2.0 copy "androidx_graphics_shapes: ^1.2.0" to clipboard
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.new now uses positional parameters. For named parameters, CornerRounding.from can be used.
  • Internal code style changes.

1.1.1 #

  • Updated README.md with expanded information.
  • Added an empty example/main.dart for future implementation.
  • Added documentation comments for more items.

1.1.0 #

  • Optimized Point internal implementation for raw construction, making it an extension type.
  • Optimized Cubic.fromPoints internal constructor implementation.
  • Added identity equality checks for MutableCubic, making every instance of the class only be equal to itself.
  • Changed startAngle type from int to double in various APIs.
  • Previously mutable static members of MaterialShapes (i.e. MaterialShapes.circle, MaterialShapes.square etc.) are now final.
  • Applied dot shorthands across the library.
  • Improve overall code style and clarity.

1.0.0 #

  • Initial version.
0
likes
140
points
206
downloads

Publisher

unverified uploader

Weekly Downloads

A library for easy creation, transformation, and morphing of rounded polygonal shapes. Contains predefined Material Design shapes that can be used at various components.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

collection, flutter, meta, vector_math

More

Packages that depend on androidx_graphics_shapes