Skip to content
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

type 'Future<dynamic>' is not a subtype of type 'Future<Map<dynamic, dynamic>>' in type cast #133

Open
agordeev opened this issue Aug 5, 2023 · 0 comments

Comments

@agordeev
Copy link

agordeev commented Aug 5, 2023

I'm simply trying to instantiate the library:

flutterJs = FlutterJs();

but initEngine throws this error:

flutter: type 'Future<dynamic>' is not a subtype of type 'Future<Map<dynamic, dynamic>>' in type cast
flutter:
#0      FlutterJs.initEngine
flutter_js.dart:152
#1      new FlutterJs
flutter_js.dart:106

on this line:

    Map<dynamic, dynamic> mapResult = await (_methodChannel.invokeMethod(
        "initEngine", engineId) as Future<Map<dynamic, dynamic>>);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant