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

A digital LCD display for numbers.

A digital LCD display for numbers.

Setup #

There is no special setup required, just add the dependency in pubspec.yaml, import the file, and you are good to go..

Add the dependency in pubspec.yaml

digital_lcd_number: ^0.0.1 # Note: use latest version

Import the widget into dart file

import 'package:digital_lcd_number/digital_lcd_number.dart';

Usage #

DigitalLcdNumber(number: 0),

You can find more usage details in the /example.

Additional information #

This package is licensed under BSD 3-Clause License