caravaggio_ui 0.0.13
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 toCTableCell
. - In
CTableHeader
, thevalues
property is now a list ofCTableCell
instead of a list ofString
.
0.0.10 #
- In the
CTableRow
class, thevalues
property is now a list ofCTableCell
instead of a list ofString
. EachCTableCell
can have either achild
(Widget) ortext
(String).
0.0.9 #
- Refactored
CircularIndicator
to use the newCircularValue
class for value representation. - Replaced previous parameters in
CircularIndicator.single(int currentValue, int maxValue)
withCircularIndicator.single(CircularValue value)
. - Applied the same change to
CircularIndicator.double
, now acceptingCircularValue
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