flutter_pannable_rating_bar 2.3.0+2
flutter_pannable_rating_bar: ^2.3.0+2 copied to clipboard
Introducing a versatile and customizable rating bar for Flutter. This bar stands out from others with its ability to select any value, not just full or half ratings, and smooth support for both tap an [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_pannable_rating_bar
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
flutter_pannable_rating_bar: ^2.3.0+2
Alternatively, 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:flutter_pannable_rating_bar/flutter_pannable_rating_bar.dart';