count_button 1.0.0 copy "count_button: ^1.0.0" to clipboard
count_button: ^1.0.0 copied to clipboard

Count Button

CountButton #

pub package

A Jalali/Persian Date Time Picker with Format Date to Persian for Android, iOS, macOS, Windows, Linux and Web

Platform Support #

Android iOS macOS Web Windows Linux
✔️ ✔️ ✔️ ✔️ ✔️ ✔️

Getting Started #

Add dependency #

dependencies:
  count_button: ^1.0.0 #latest version

This sample open DatePicker and return the selected Date

CountButton(
  selectedValue: countValue,
  minValue: 0,
  maxValue: 99,
  foregroundColor: Colors.white,
  onChanged: (value) {
    setState(() {
      countValue = value;
    });
  },
  valueBuilder: (value) {
    return Text(
      value.toString(),
      style: const TextStyle(fontSize: 20.0),
    );
  },
);
4
likes
130
points
45
downloads

Publisher

unverified uploader

Weekly Downloads

Count Button

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on count_button