linklytics_feedback 0.0.3
linklytics_feedback: ^0.0.3 copied to clipboard
A Flutter package for collecting user feedback with customizable UI, automatic language detection, and support for 30+ languages.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add linklytics_feedbackThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
linklytics_feedback: ^0.0.3Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:linklytics_feedback/linklytics_feedback.dart';