-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Try correcting the name to the name of an existing method, or defining a method named 'hashValues'. and Try correcting the name to the name of an existing method, or defining a method named 'hashList'. #72
Comments
i was just about to post it, Please fix this |
I am also getting the same issue and it's blocking all my builds :( |
I had the same error in flutter 3.27.1 and I replaced this:
and it worked for me |
To use this Dart 3-compatible version of the timelines package, follow these steps: Open your pubspec.yaml file.
Fetch the updated package by running: flutter pub get Now you can use the timelines package in your Flutter project as usual. |
dependencies: this worked for me |
my fork work and u can use it. |
../../../../.pub-cache/hosted/pub.dev/timelines-0.1.0/lib/src/connector_theme.dart:86:12: Error: The method 'hashValues' isn't defined for the class 'ConnectorThemeData'.
Try correcting the name to the name of an existing method, or defining a method named 'hashValues'.
return hashValues(
^^^^^^^^^^
../../../../.pub-cache/hosted/pub.dev/timelines-0.1.0/lib/src/indicator_theme.dart:80:23: Error: The method 'hashValues' isn't defined for the class 'IndicatorThemeData'.
Try correcting the name to the name of an existing method, or defining a method named 'hashValues'.
int get hashCode => hashValues(color, size, position);
^^^^^^^^^^
../../../../.pub-cache/hosted/pub.dev/timelines-0.1.0/lib/src/timeline_theme.dart:346:12: Error: The method 'hashList' isn't defined for the class 'TimelineThemeData'.
Try correcting the name to the name of an existing method, or defining a method named 'hashList'.
return hashList(values);
The text was updated successfully, but these errors were encountered: