如何使用 flutter 和 firebase 解决此类问题

问题描述 投票:0回答:1

大家好,我正在尝试将我的应用程序 Web Flutter 连接到 Firebase 存储,以获取树莓派网络摄像头存储的所有图像,这会向我显示以下错误:

任何人都可以帮忙吗<3 :

../../AppData/Local/Pub/Cache/hosted/pub.dev/firebase_core-1.24.0/lib/src/firebase_app.dart:18:25: Error: Member not found: 'FirebaseAppPlatform.verifyExtends'.
    FirebaseAppPlatform.verifyExtends(_delegate);
                        ^^^^^^^^^^^^^
../../AppData/Local/Pub/Cache/hosted/pub.dev/cloud_firestore_web-2.8.10/lib/src/utils/web_utils.dart:71:13: Error: Method not found: 'FallThroughError'.
      throw FallThroughError();
            ^^^^^^^^^^^^^^^^
../../AppData/Local/Pub/Cache/hosted/pub.dev/cloud_firestore_platform_interface-5.7.7/lib/src/platform_interface/utils/load_bundle_task_state.dart:13:13: Error: Method not found: 'FallThroughError'.
      throw FallThroughError();
            ^^^^^^^^^^^^^^^^
Failed to compile application.
python java flutter firebase android-studio-3.0
1个回答
0
投票

解决方案如下:

在终端中运行这些命令:

1。 flutter pub 升级 --主要版本

2。飞镖酒吧过时了

© www.soinside.com 2019 - 2024. All rights reserved.