flutter_feedback_view 0.0.7 copy "flutter_feedback_view: ^0.0.7" to clipboard
flutter_feedback_view: ^0.0.7 copied to clipboard

This plugin help developer to create beautiful servay UI and show it as bottom modal view.

A Flutter package for getting app feedback from users. This package gives you flexible way to get feedback from user, you can add main question, positive question (in case of positive response), negative question (in case of negatieve response) and list of points to ask why user like or don't like the app.

1. Create a instance of CasaFeedbackModel

CasaFeedbackModel casaFeedbackModel = CasaFeedbackModel(
    id: '1',
    mainQuestion: 'Hey! How was your day today?',
    subtitle: 'Your feedback is really valueable for us.',
    okayQuestion: 'Whats wrong?',
    likeQuestion: 'Whats wrong?',
    dislikeQuestion: 'Whats wrong?',
    multiSelection: true,
    userPointChoice: [],
    points: [
        "Siding Foreman",
        "Electrical",
        "Roofing",
        "Roofing Foremen",
        "Window Foremen",
        "Plumbing",
    ],
);

2. Show CasaFeedBack View

CasaFeedback.show(context, casaFeedbackModel: casaFeedbackModel);
Main question What you like most (Positive response view)
Add comment Success view
2
likes
60
pub points
14%
popularity

Publisher

verified publishertechroomteam.com

This plugin help developer to create beautiful servay UI and show it as bottom modal view.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, flutter_screenutil, flutter_svg, lottie

More

Packages that depend on flutter_feedback_view