Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/immadisairaj/digital_lcd_number
- Owner: immadisairaj
- License: bsd-3-clause
- Created: 2022-07-05T15:34:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-02T10:06:33.000Z (over 1 year ago)
- Last Synced: 2024-05-02T03:38:51.956Z (7 months ago)
- Topics: customizable, dart, digital, flutter, flutter-package, hacktoberfest, lcd, lcd-display, numbers, package, pub-dev, pub-package
- Language: C++
- Homepage: https://pub.dev/packages/digital_lcd_number
- Size: 1.82 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
An automatic sizer digital single-digit number with LCD style widget.
## 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)