caravaggio_ui 0.0.13 copy "caravaggio_ui: ^0.0.13" to clipboard
caravaggio_ui: ^0.0.13 copied to clipboard

A comprehensive UI package designed to streamline your Flutter app development process.

CHANGELOG #

0.0.13 #

Static analysis fixes

0.0.12 #

  • CText bugfix

0.0.11 #

  • Added flex parameter to CTableCell.
  • In CTableHeader, the values property is now a list of CTableCell instead of a list of String.

0.0.10 #

  • In the CTableRow class, the values property is now a list of CTableCell instead of a list of String. Each CTableCell can have either a child (Widget) or text (String).

0.0.9 #

  • Refactored CircularIndicator to use the new CircularValue class for value representation.
  • Replaced previous parameters in CircularIndicator.single(int currentValue, int maxValue) with CircularIndicator.single(CircularValue value).
  • Applied the same change to CircularIndicator.double, now accepting CircularValue instances.
  • Introduced CircularIndicator.percent, which displays a single indicator with the percentage value shown at the center and between the labels.

0.0.8 #

Minor fixes

0.0.7 #

Added CTextStyle class

0.0.6 #

Minor fixes

0.0.5 #

  • Button radius bug fixed
  • AppRadius exposed
  • CText size bug fixed
  • Added underline getter to CText class and withColor, withSize and withWeight setter

0.0.4 #

Some bugs Fixed

0.0.3 #

bugs fixed

0.0.2 #

minor adjustments

0.0.1 #

Initial version, created by Lorenzo Busi

3
likes
150
points
452
downloads

Publisher

verified publisherlorenzobusi.it

Weekly Downloads

A comprehensive UI package designed to streamline your Flutter app development process.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, percent_indicator, rxdart

More

Packages that depend on caravaggio_ui