iws_feedback 0.3.0
iws_feedback: ^0.3.0 copied to clipboard
Plugin to request user feedback.
Receive comments and messages from your customers using the IWS service.
Features #
- Quick implementation.
- Form with validations and customizable.
Getting started #
Add the IWS API key as a DART variable at compile time:
--dart-define=IWS_API_KEY=xxxxxxxxxxxxxx
Usage #
Show a button to request feedback
import 'package:iws_feedback/iws_feedback.dart';
IwsFeedback().feedbackBottomSheet(
userIdentifier: "customerId", customerName: "Customer"),