Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/immadisairaj/digital_lcd_number

An automatic sizer digital single-digit number with LCD style.
https://github.com/immadisairaj/digital_lcd_number

customizable dart digital flutter flutter-package hacktoberfest lcd lcd-display numbers package pub-dev pub-package

Last synced: 2 days ago
JSON representation

An automatic sizer digital single-digit number with LCD style.

Awesome Lists containing this project

README

        

An automatic sizer digital single-digit number with LCD style widget.

Screenshot 2022-07-05 at 21 59 40

## Features

This package (or widget) can be used across any platform as it is platform independent

- Customize the colors of the widget

## 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`
```yaml
digital_lcd_number: ^0.1.2 # Note: use latest version
```

Import the widget into dart file
```dart
import 'package:digital_lcd_number/digital_lcd_number.dart';
```

## Usage

```dart
// default usage
DigitalLcdNumber(number: 0),
```

You can find more usage details in the [`/example`](https://github.com/immadisairaj/digital_lcd_number/tree/main/example).

## Additional information

This package is licensed under [BSD 3-Clause License](https://github.com/immadisairaj/digital_lcd_number/blob/main/LICENSE)