flutter_emoji_feedback 0.4.0 copy "flutter_emoji_feedback: ^0.4.0" to clipboard
flutter_emoji_feedback: ^0.4.0 copied to clipboard

A fully customizable widget to receive feedback from your users. Can be used to get user's mood or evaluate experience (and more !)

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 !)


preview

✨ Features #

  • Emoji rating
  • Multi presets
  • Fully customizable

🚀 Getting started #

Install from pub

$ flutter pub add flutter_emoji_feedback

📔 Usage #

Import flutter_emoji_feedback :

import 'package:flutter_emoji_feedback/flutter_emoji_feedback.dart';
EmojiFeedback(
  animDuration: const Duration(milliseconds: 300),
  curve: Curves.bounceIn,
  inactiveElementScale: .5,
  onChanged: (value) {
    print(value);
  },
)

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

58
likes
150
points
441
downloads

Publisher

verified publisherstevenosse.com

Weekly Downloads

A fully customizable widget to receive feedback from your users. Can be used to get user's mood or evaluate experience (and more !)

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

collection, flutter, flutter_svg

More

Packages that depend on flutter_emoji_feedback