feedbackjar 1.6.0 copy "feedbackjar: ^1.6.0" to clipboard
feedbackjar: ^1.6.0 copied to clipboard

Flutter SDK for FeedbackJar — collect user feedback with automatic device metadata. You build the UI; the SDK handles submission and listing.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add feedbackjar

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  feedbackjar: ^1.6.0

Alternatively, 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:feedbackjar/feedbackjar.dart';
1
likes
140
points
283
downloads

Documentation

API reference

Publisher

verified publisherfeedbackjar.com

Weekly Downloads

Flutter SDK for FeedbackJar — collect user feedback with automatic device metadata. You build the UI; the SDK handles submission and listing.

Homepage

License

MIT (license)

Dependencies

device_info_plus, flutter, http, package_info_plus, shared_preferences

More

Packages that depend on feedbackjar