givestarreviews

Creator: coderz1093

Last updated:

Add to Cart

Description:

givestarreviews

give-star-reviews #
A package for giving reviews for the things

Getting Started #
dependencies:
givestarreviews: ^1.0.2
copied to clipboard
$ flutter pub get
copied to clipboard
import 'package:givestarreviews/givestarreviews.dart';
copied to clipboard
Example #
Multiple
GiveStarReviews(
starData: [
GiveStarData(text: 'Review 1', onChanged: (rate) {}),
GiveStarData(text: 'Review 2', onChanged: null),
GiveStarData(text: 'Review 3', starCount: 3, onChanged: (rate) {}),
],
),
copied to clipboard
Single
StarRating(onChanged: (rate) {}),
copied to clipboard
To make a read only StarRating, simply set the onChanged to null or leave empty.
Contributions #
Contributions of any kind are more than welcome! Feel free to fork and improve in any way you want, make a pull request, or open an issue.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.