Trying to implement Mood Meter from the Mood Meter App using Flutter.
To use this package, add the following in your pubspec.yaml
under dependencies:
mood_meter_picker:
git: https://github.com/ShakyaCsun/mood_meter_picker.git
A small example using this mood picker can be found under example
directory.
The example app is also deployed using GitHub Pages here.