Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 433 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 433 Bytes

emoji_feedback

An 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);});
```