-
Notifications
You must be signed in to change notification settings - Fork 234
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
SpinKitPouringHourglass name changed #120
Comments
Thanks for taking the time to open an issue. I will have a look and answer as soon as possible. |
I also encounter this problem. After I fix the typo at line 166 of |
could u provide more information? my problem, quite simile: Error: Method not found: 'LoadingIndicator'. |
Your problem seems different from mine. My easyloading version is 5.0.0, have you tried to upgrade your version to the latest one? |
I have 3.0.0 |
Perhaps upgrading your dependency in your project should be a better choice. A small suggestion. |
Just upgraded dependencies and now I'm getting this error. Try correcting the name to the name of an existing method, or defining a method named 'SpinKitPouringHourglass'. |
as I see, last version is 3.0.0
as kidozh method: |
Worked Thanks 👍👍 |
the bug reason is flutter_spinkit update to 5.1.0 and change the SpinKitPouringHourglass to SpinKitPouringHourGlass,but this lib use SpinKitPouringHourglass, so,add flutter_spinkit: 5.0.0 in the dependencies ,then will well |
thank you guy, that work for me |
Describe the bug
Try correcting the name to the name of an existing method, or defining a method named 'SpinKitPouringHourglass'.
_indicator = SpinKitPouringHourglass(
^^^^^^^^^^^^^^^^^^^^^^^
FAILURE: Build failed with an exception.
The dependent flutter_spinkit package upgraded and the Class name SpinKitPouringHourglass changed to SpinKitPouringHourGlass , thus build error occures
The related link is here
The text was updated successfully, but these errors were encountered: