feedback 1.0.0-nullsafety copy "feedback: ^1.0.0-nullsafety" to clipboard
feedback: ^1.0.0-nullsafety 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
copied to clipboard

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

dependencies:
  feedback: ^1.0.0-nullsafety
copied to clipboard

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';
copied to clipboard
1.53k
likes
0
points
32.5k
downloads

Publisher

verified publisheruekoetter.dev

Weekly Downloads

2024.06.01 - 2025.04.26

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