feedback_system 0.0.2 copy "feedback_system: ^0.0.2" to clipboard
feedback_system: ^0.0.2 copied to clipboard

A customizable Flutter feedback form widget that supports image attachments, star ratings, and flexible styling. Feedback can be submitted to Firestore, REST APIs.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add feedback_system

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

dependencies:
  feedback_system: ^0.0.2

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:feedback_system/feedback_system.dart';
0
likes
125
points
12
downloads

Publisher

unverified uploader

Weekly Downloads

A customizable Flutter feedback form widget that supports image attachments, star ratings, and flexible styling. Feedback can be submitted to Firestore, REST APIs.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

cloud_firestore, flutter, flutter_image_compress, flutter_rating_bar, http, image_picker

More

Packages that depend on feedback_system