A mood feedback component which could be used for rating the user's mood
emoji_feedback
A mood feedback component which could be used for rating the user’s mood.
Inspiration from Dribble
How to use
import 'package:emoji_feedback/emoji_feedback.dart';
EmojiFeedback(onChange(index) { print(index);});
```