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

Removal of ID is a breaking change #19

Closed SchnMar closed 3 years ago

SchnMar commented 3 years ago

Hello,

first of all, thank you very much for this great package. Unfortunately, the removal of the ID was a breaking change for me which causes a lot of problems in my app. Can you please add an optional ID field again?

Thank you!

rajeshkulandaivel commented 3 years ago

Yes. This is a breaking change and we need to have the Optional ID field. Please bring it back. Thanks for the nice package.

Hello,

first of all, thank you very much for this great package. Unfortunately, the removal of the ID was a breaking change for me which causes a lot of problems in my app. Can you please add an optional ID field again?

Thank you!

Yes it is breaking. please have it as optional.

GeekAbdelouahed commented 3 years ago

Hi, @SchnMar , @rajeshkulandaivel i updated the package and add id reaction with deprecated annotation you can try the latest version.

flutter_reaction_button: ^1.0.7+3

Ragards.