GeekAbdelouahed / flutter-reaction-button

Flutter Reaction Button is a customizable Flutter package that allows you to easily create interactive buttons with reaction emojis, similar to Facebook's iconic reaction buttons.
https://pub.dev/packages/flutter_reaction_button
MIT License
215 stars 78 forks source link

Typo in doc | Missing id in Reaction widget #16

Closed abelardolg closed 3 years ago

abelardolg commented 3 years ago

Hi there,

In the example of FlutterReactionButtonCheck, you include an array of Reaction widgets. Each one of these components misses the id attribute, which is mandatory. What value should we give to this field?

Happy New Year!

GeekAbdelouahed commented 3 years ago

@abelardolg you need provide int value and should be unique. i will improve the documentation as soon as possible.