led_bulb_indicator

Creator: coderz1093

Last updated:

Add to Cart

Description:

led bulb indicator

LED Bulb Indicator #
A simple widget to indicate a status by using an LED kind of style.

Features #
Four status types are supported: green, yellow, red, off.
Getting started #
In the pubspec.yaml of your flutter project, add the following dependency:
dependencies:
...
led_bulb_indicator: ^0.0.1
copied to clipboard
and import it:
import 'package:led_bulb_indicator/led_bulb_indicator.dart';
copied to clipboard
Usage #
LedBulbIndicator(
initialState: LedBulbColors.red,
glow: true,
size: 50,
)
copied to clipboard
Additional information #
First release.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.