duo_rating_dialog 0.0.1 copy "duo_rating_dialog: ^0.0.1" to clipboard
duo_rating_dialog: ^0.0.1 copied to clipboard

outdated

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

Demo

Features #

Enhanced rating_dialog

Usage #

duo_rating_dialog

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

3
likes
0
pub points
0%
popularity

Publisher

unverified uploader

An extended version of the rating_dialog package. Allows user to rate two Star Rating bars.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_rating_bar

More

Packages that depend on duo_rating_dialog