animated_rating_bar_2 1.0.2
animated_rating_bar_2: ^1.0.2 copied to clipboard
Animated Rating Bar can be used for rating which enhaces User Experince by displaying beautiful animation like glows and sparks.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add animated_rating_bar_2With Flutter:
$ flutter pub add animated_rating_bar_2This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
animated_rating_bar_2: ^1.0.2Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:animated_rating_bar_2/animated_rating_bar.dart';
import 'package:animated_rating_bar_2/widgets/animated_rating_bar.dart';