quick_actions 插件在发布模式下的 MissingPluginException

MissingPluginException for quick_actions plugin in release mode

我最近添加了 quick_actions 插件在调试模式下工作正常,但在发布模式下显示空白屏幕。

在日志中发现了这些问题。

[ERROR:flutter/lib/ui/ui_dart_state.cc(177)] Unhandled Exception: MissingPluginException(No implementation found for method getLaunchAction on channel plugins.flutter.io/quick_actions)
    #0      MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:157)
    <asynchronous suspension>
    #1      QuickActions.initialize (package:quick_actions/quick_actions.dart:68)

[ERROR:flutter/lib/ui/ui_dart_state.cc(177)] Unhandled Exception: MissingPluginException(No implementation found for method setShortcutItems on channel plugins.flutter.io/quick_actions)
    #0      MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:157)

我在 google_fonts 包中发现了同样的问题。截至目前,为了从发布模式中删除此问题,我在 android 文件夹的应用级别 build.grade 文件中添加了 shrinkResources false。让我知道这是否有帮助。