Notice
Recent Posts
Recent Comments
Link
«   2025/01   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
Tags
more
Archives
Today
Total
관리 메뉴

coding etude

[flutter ios] The method 'hashValues' isn't defined for the class 'SlidableRatioNotification' 본문

Flutter(Dart)

[flutter ios] The method 'hashValues' isn't defined for the class 'SlidableRatioNotification'

코코리니 2025. 1. 4. 15:21

flutter_slidable 을 사용하면 발생하는 에러.

 

단순하게 업데이트 버전이 안맞아서 나오는 증상인듯하다.

pubspec.yaml 에서 

flutter_slidable : ^3.1.1 => ^3.1.2 로 변경해서 해결.