Jamalianpour / easy_sidemenu

An easy to use side menu (navigation rail) in flutter and can used for navigations
https://pub.dev/packages/easy_sidemenu
MIT License
145 stars 70 forks source link

SideMenuItem's isSameWidget comparison is flawed in latest released version (0.5.0) #78

Closed m4tbat closed 7 months ago

m4tbat commented 9 months ago

SideMenuItem's isSameWidget comparison is flawed in latest released version (0.5.0), as it incorrectly checks other.title == other.title.

Could you release a new version with the fix in order to avoid having to rely on the latest commit from master? 🙏

Cheers