We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
我在aar 集成的时候路由报错,报错信息如下: flutter: [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: MissingPluginException(No implementation found for method reCreateLastPage on channel g_faraday) #0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:294) #1 FaradayNativeBridgeState.recreateLastPage (package:flutter_module_test/src/faraday/route/native_bridge.dart:95) 本地开发环境: Flutter (Channel stable, 3.3.2, on macOS 12.5 21G72 darwin-x64, locale zh-Hans-CN)
The text was updated successfully, but these errors were encountered:
first issue 🚀
Sorry, something went wrong.
是不是在Native侧还没有setup Engine
No branches or pull requests
我在aar 集成的时候路由报错,报错信息如下:
flutter: [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: MissingPluginException(No implementation found for method reCreateLastPage on channel g_faraday)
#0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:294)
#1 FaradayNativeBridgeState.recreateLastPage (package:flutter_module_test/src/faraday/route/native_bridge.dart:95)
本地开发环境: Flutter (Channel stable, 3.3.2, on macOS 12.5 21G72 darwin-x64, locale zh-Hans-CN)
The text was updated successfully, but these errors were encountered: