realistic_button 0.0.4 copy "realistic_button: ^0.0.4" to clipboard
realistic_button: ^0.0.4 copied to clipboard

Aesthetic, realistic and on/off status LED indicator button package for Flutter

Reposis Software

Flutter Realistic Buttons #

This package was created to make it easy to add realistic push buttons with LED status indicators to your Flutter projects.

Realistic Button Example Screenshot

Installation #

$ flutter pub add realistic_button

Usage #

RealisticButton(
  size: 180,
  initialValue: _buttonStatus,
  onchange: (val) {
    setState(() {
      _buttonStatus = val;
    });
  },
  label: "Start/Stop",
)

Contributing #

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License #

GNU GPL v3.0

3
likes
145
points
2
downloads

Publisher

verified publisherreposis.com

Weekly Downloads

Aesthetic, realistic and on/off status LED indicator button package for Flutter

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

auto_size_text, flutter

More

Packages that depend on realistic_button