请问如何解决此问题URI的目标不存在:"firebase_options. dart"。请尝试创建URI引用的文件,或尝试对已存在的文件使用URI
xwmevbvl1#
firebase_options.dart文件通常通过flutterfire configure命令生成。仔细检查是否使用Flutterfire CLI正确生成文件,以及是否使用main.dart(或需要该文件的文件)中的正确路径导入该文件
firebase_options.dart
flutterfire configure
main.dart
n9vozmp42#
运行flutter pub add firebase_core这可能是因为你还没有在你的项目中安装firecore
flutter pub add firebase_core
2条答案
按热度按时间xwmevbvl1#
firebase_options.dart
文件通常通过flutterfire configure
命令生成。仔细检查是否使用Flutterfire CLI正确生成文件,以及是否使用
main.dart
(或需要该文件的文件)中的正确路径导入该文件n9vozmp42#
运行
flutter pub add firebase_core
这可能是因为你还没有在你的项目中安装firecore