letsar / flutter_slidable

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

Error in latest version flutter 3.24 #498

Open mfebrihariyadi opened 3 months ago

mfebrihariyadi commented 3 months 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 3 months ago

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

amake commented 3 months ago

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