cal_package 1.0.4
cal_package: ^1.0.4 copied to clipboard
A Flutter package for managing and displaying SDK package information with custom widgets and utilities.
0.0.1 #
Added the container files with modifiable title, subtitle, height, width and more properties.
0.0.2 #
Updated ReadMe.
1.0.4 #
Added option to change text color and subtitle color. Added onTap to specify a function.
0.0.4 #
Fixed onTap to specify a callback.
0.0.5 #
Fixed an issue with onTap causing null value.
title
is now a required property.
The title
is now centred if a subtitle
is not provided.
An example app is added to check implementation.