Last updated:
0 purchases
flutter emoji feedback
flutter_emoji_feedback #
A fully customizable widget to receive feedback from your users. Can be used to get user's mood or evaluate experience (and more !)
✨ Features #
Emoji rating
Multi presets
Fully customizable
🚀 Getting started #
Install from pub
$ flutter pub add flutter_emoji_feedback
copied to clipboard
📔 Usage #
Import flutter_emoji_feedback :
import 'package:flutter_emoji_feedback/flutter_emoji_feedback.dart';
copied to clipboard
EmojiFeedback(
animDuration: const Duration(milliseconds: 300),
curve: Curves.bounceIn,
inactiveElementScale: .5,
onChanged: (value) {
print(value);
},
)
copied to clipboard
Contribute #
Feel free to open an issue
If you find a problem or make pull requests.
Support #
If you like this project, please buy me a coffee
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.