Skip to content

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

License

Notifications You must be signed in to change notification settings

hafidprintsoft/flutter_emoji_feedback

 
 

Repository files navigation

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 file an issue

If you find a problem or make pull requests.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dart 94.9%
  • Swift 3.7%
  • Kotlin 1.1%
  • Objective-C 0.3%