在使用flutter build apk --split-per-abi命令构建之前,我每次都会运行flutter clean。顺便说一下,应用程序捆绑包的构建没有任何问题。Searched in the following locations:
- https://storage.googleapis.com/download.flutter.io/com/google/firebase/fir
我在尝试生成我的应用程序的apk时遇到了很多问题: flutter build apk我正在使用firebase,但我无法构建apk。Searched in the following locations:
- https://storage.googleapis.com/download.flutter.io/com/google/firebase/firebase-bom/
我的Flutter应用程序使用Firebase for Google Auth and Database,它需要与Youtube Data Api v.3进行通信,以便代表用户上传视频。按照提供的示例(已安装/控制台应用程序)中的代码实现,在单击同意屏幕中的Allow后,控制台中会出现以下错误:
E/flutter (18433): [ERROR:flutter/lib/ui/ui_dart_state.ccE/