led_bulb_indicator 0.0.1 copy "led_bulb_indicator: ^0.0.1" to clipboard
led_bulb_indicator: ^0.0.1 copied to clipboard

LED Bulb Indicator

LED Bulb Indicator #

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

LED Bulbs

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

and import it:

import 'package:led_bulb_indicator/led_bulb_indicator.dart';

Usage #

LedBulbIndicator(
  initialState: LedBulbColors.red,
  glow: true,
  size: 50,
)

Additional information #

First release.

4
likes
120
pub points
76%
popularity

Publisher

unverified uploader

LED Bulb Indicator

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on led_bulb_indicator