duo_rating_dialog 0.0.1 duo_rating_dialog: ^0.0.1 copied to clipboard
An extended version of the rating_dialog package. Allows user to rate two Star Rating bars.
A custom rating dialog for developers who want to ask users for two ratings
Features #
Enhanced rating_dialog
Usage #
DuoRatingDialog(
title: const Text('How was the experience'),
submitButtonText: 'Submit',
submitButtonTextStyle:
const TextStyle(color: Colors.orangeAccent),
onSubmitted: (resp) => log(
'Resp one : ${resp.ratingOne}, Resp two: ${resp.ratingTwo}',
),
)
Additional information #
This is my first package. Feel free to flag any issues you might have