-
Notifications
You must be signed in to change notification settings - Fork 282
Dart error: Object.noSuchMethod (dart:core-patch/object_patch.dart:51) #261
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
Comments
Can you share the Dart code of your application?
Out of curiosity, what is listed as working in Hover and doesn't work on Flutter Desktop? |
Unfortunately I can't directly share the Dart code. it's part of a proprietary application. Potential advantages leading me to try out Hover: Oh and characters like ÆØÅ break input fields in FDE for now. Which is not ideal when your user base is in a country which heavily uses these characters. |
I just need a very simple main_desktop.dart file that reproduce the same error. Thanks for sharing why you gave go-flutter a try! 👍 |
Sorry for the delay. The documentation was a bit light on creating the main_desktop.dart file so I tried to simply point it the the main dart file which got me to this point. import 'package:flutter/foundation.dart' show debugDefaultTargetPlatformOverride;
import 'package:flutter/material.dart';
import 'package:Bamboo/main.dart';
void main() {
debugDefaultTargetPlatformOverride = TargetPlatform.fuchsia;
runApp(App());
} |
Wellll, if I can't see what's behind Your error comes from (package:Bamboo/presentation/root_page.dart:98:54), what happens if you comment this line? |
After a quick Google search: I can tell that your issue is not about go-flutter. I'm willing to try to look at this specific problem (even though I should really not^^), but please provide the source code that makes the app throw the |
With the absence of a reproducible example, we cannot help you find a work-around/fix. As the information required is simply not available, closing this issue for now. |
Output:
go version go1.13 windows/amd64
The same project builds and runs fine on IOS, Android Web and Desktop Embedding though with some things not yet implemented that are listed as working in Hover.
Any tips on getting beyond this issue?
I've tried using the 3.3 branch without success.
The text was updated successfully, but these errors were encountered: