After last Flutter/Dart/Android IDE update, when I tried to debug my project and result:
../../AppData/Local/Pub/Cache/hosted/pub.dev/weekday_selector-1.1.0/lib/src/weekday_selector_theme.dart:136:12: Error: The method 'hashList' isn't defined for the class 'WeekdaySelectorThemeData'.
- 'WeekdaySelectorThemeData' is from 'package:weekday_selector/src/weekday_selector_theme.dart' ('../../AppData/Local/Pub/Cache/hosted/pub.dev/weekday_selector-1.1.0/lib/src/weekday_selector_theme.dart').
Try correcting the name to the name of an existing method, or defining a method named 'hashList'.
return hashList([
^^^^^^^^
Target kernel_snapshot_program failed: Exception
I tried to find weekday_select new version, but there isn´t. I have last one 1.1.0.
I´m sad.