letsar / flutter_slidable

A Flutter implementation of slidable list item with directional slide actions.
MIT License
2.69k stars 578 forks source link

Error in latest version flutter 3.24 #498

Open mfebrihariyadi opened 1 month ago

mfebrihariyadi commented 1 month ago

AppData/Local/Pub/Cache/hosted/pub.dev/flutter_slidable-3.1.1/lib/src/notifications_old.dart:88:23: Error: The method 'hashValues' isn't defined for the class 'SlidableRatioNotification'.

mfebrihariyadi commented 1 month ago

Solved Just upgrade gradle in Gradle wrapper distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-all.zip

amake commented 4 weeks ago

This looks like a duplicate of #488, and it doesn't make any sense that upgrading Gradle would fix it.