FlutterLoginにflutterengineに変換することはできません.コム
853 ワード
こんにちはみんなどのようにあなたはすべてですか?この動画はお気に入りから削除されています.今日、私のフラッタ版を更新したとき、突然、私は以下のエラーを得ましたFireBaseZNメッセージングプラグインから.
私はFireBaseのメッセージングプラグインからこのエラーを得た
解決策
このコード行を置き換えます.
ここに、すべての可能な解決策がPluginRegistry cannot be converted to FlutterEngine In Flutterを加えました
私はFireBaseのメッセージングプラグインからこのエラーを得た
error: incompatible types: PluginRegistry cannot be converted to FlutterEngine
GeneratedPluginRegistrant.registerWith(registry);
私がこのエラーを得た線 public void registerWith(PluginRegistry registry) {
GeneratedPluginRegistrant.registerWith(registry);
}
解決策
このコード行を置き換えます.
ここに、すべての可能な解決策がPluginRegistry cannot be converted to FlutterEngine In Flutterを加えました
Reference
この問題について(FlutterLoginにflutterengineに変換することはできません.コム), 我々は、より多くの情報をここで見つけました https://dev.to/fluttercorner/pluginregistry-cannot-be-converted-to-flutterengine-in-flutter-fluttercorner-com-27joテキストは自由に共有またはコピーできます。ただし、このドキュメントのURLは参考URLとして残しておいてください。
Collection and Share based on the CC Protocol