rating_dialog 2.0.4
rating_dialog: ^2.0.4 copied to clipboard
A beautiful and customizable Star Rating Dialog package for Flutter
2.0.4 April 29, 2022 #
Updated metadata
2.0.2 October 19, 2021 #
-
Breaking Changes
title&messageparameter has been changed from typeStringtoText,initialRatingparameter has been changed from typeinttodoublesubmitButtonparameter has been renamed tosubmitButtonTextratingColorparameter has been renamed tostarColordefaultinitialRatingvalue to0.0 -
New!
starSizeparameter to set the size of the star -
New!
submitButtonTextStyleparameter to set your custom text style for the submit button -
Improved! Changed from
StatelessWidgettoStatefulWidget -
Improved!
Submit Buttonis automatically disabled when rating is0
2.0.1 June 17, 2021 #
set initial rating value via constructor
new enableComment parameter to enable/disable comment area
improved message and image are now optional
2.0.0 March 6, 2021 #
-
Breaking Changes
descriptionparameter is renamed tomessage,iconis renamed toimage,onSubmitPressedis renamed toonSubmitted,accentColoris renamed toratingColor, removedalternativeButton, removedpositiveComment, removednegativeComment, removedonAlternativePressed, newonCancelledcallback function, newforceparameter to force users to leave a rating, newcommentHintparameter for comment text field hiint -
Added! support for
null safety -
Improved! rating bar using
flutter_rating_barhttps://pub.dev/packages/flutter_rating_bar -
Added! documentations
-
Migrated! example android project to
v2 embedding -
Added!
macos & webtargets for example -
Fixed! example project's package path warning
-
Improved! example project with actual app store review/rating
-
Thanks to these contributors: https://github.com/davidAg9, https://github.com/kszczek, https://github.com/chan27-2
1.0.0 March 22, 2019 #
- Initial Release