-
Notifications
You must be signed in to change notification settings - Fork 93
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
Class 'String' has no instance method '<<'. Error #41
Comments
Anyone Here? |
Hey I am receiving similar issue...any solution?? |
I have the same problem: Class 'String' has no instance method '<<'. |
Its an issue with Bloc library... Idk why but the Issue resolved when I used riverpod |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
E/flutter (12356): [ERROR:flutter/lib/ui/ui_dart_state.cc(199)] Unhandled Exception: NoSuchMethodError: Class 'String' has no instance method '<<'.
E/flutter (12356): Receiver: "406398"
E/flutter (12356): Tried calling: <<(3)
E/flutter (12356): #0 Object.noSuchMethod (dart:core-patch/object_patch.dart:54:5)
E/flutter (12356): #1 GoogleTokenGenerator.wr (package:translator/src/tokens/google_token_gen.dart:80:60)
E/flutter (12356): #2 GoogleTokenGenerator.tokenGen (package:translator/src/tokens/google_token_gen.dart:58:9)
E/flutter (12356): #3 GoogleTokenGenerator.generateToken (package:translator/src/tokens/google_token_gen.dart:14:12)
E/flutter (12356): #4 GoogleTranslator.translate (package:translator/src/google_translator.dart:46:28)
The text was updated successfully, but these errors were encountered: