numbered_rating 0.1.4
numbered_rating: ^0.1.4 copied to clipboard
A Flutter Widget for displaying a Numbered_rating input with animation. this also can be used as a simple number input, where you want a fast input with only one click.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add numbered_ratingThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
numbered_rating: ^0.1.4Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:numbered_rating/numbered_rating.dart';