我想创建一个Flutter web项目。我看到在包页面上列出了两个包。两者的区别是什么?Firebase_core和firebase_core_web
firebase_core_web
是firebase_core
的一部分,请查看pubspec中的依赖关系。Yaml的源代码。如果将firebase_core
添加到依赖项中,它也将包括firebase_core_web
。但是你必须为你的index.html
添加不同的脚本,以便Firebase在web上工作。