发布模式下 quick_actions 插件的 MissingPluginException

ASA*_*EED 0 quickaction flutter flutter-dependencies flutter-release

我最近添加的 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)
Run Code Online (Sandbox Code Playgroud)

pra*_*996 5

我在 google_fonts 包中发现了同样的问题。截至目前,为了从我shrinkResources falsebuild.gradeandroid 文件夹的应用程序级别文件中添加的发布模式中删除此问题。如果这有帮助,请告诉我。