app_feedback 0.0.2 app_feedback: ^0.0.2 copied to clipboard
A Flutter package for getting app feedback from users.
[0.0.1] - 27 Jun 2021 #
- Release initial version of package.
init
method added to initializedfeedbackForm
.FeedbackConfig
class to initial configure.Option
class can be used to customized the feedback form.tryDisplay
method added to ask user feedback periodically.display
method added to ask user feedback instantly.
[0.0.2] - 29 Jun 2021 #
- Migrate to null safety
- Rename
reset
method toclearConfig
- Add
outlinedBorder
theme inRatingButtonThemeData