A fully customizable widget to receive feedback from your users. Can be used to get user's mood or evaluate experience (and more !)
Install from pub :
$ flutter pub add flutter_emoji_feedback
Import flutter_emoji_feedback :
import 'package:flutter_emoji_feedback/flutter_emoji_feedback.dart';
EmojiFeedback(
rating: 4, // Rating
animDuration: const Duration(milliseconds: 300), // Duration of the animation
curve: Curves.bounceIn, // Curve of the animation
inactiveElementScale: .5, // Scale of the inactive element
onChanged: (value) { // Callback when the user change the value of the emoji
},
// Other parameters
);
This project is licensed under the MIT License - see the LICENSE file for details
See CHANGELOG.md for details.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
- Twitter : @nossesteve
- GitHub : @stevenosse