feedback 2.0.0-beta.0 copy "feedback: ^2.0.0-beta.0" to clipboard
feedback: ^2.0.0-beta.0 copied to clipboard

outdated

A Flutter package for getting better feedback. It allows the user to give interactive feedback directly in the app.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add feedback

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

dependencies:
  feedback: ^2.0.0-beta.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:feedback/feedback.dart';
1202
likes
0
pub points
96%
popularity

Publisher

verified publisheruekoetter.dev

A Flutter package for getting better feedback. It allows the user to give interactive feedback directly in the app.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_localizations, meta

More

Packages that depend on feedback