HathTech/flutter-firebase-tutorials

I got an build error.

Closed this issue · 5 comments

wann2 commented

Hi,

This is very interesting codes.
I'd like to use this, but I got an error when I build it.

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':app:transformNativeLibsWithStripDebugSymbolForDebug'.

tried to access method com.google.common.io.Files.fileTreeTraverser()Lcom/google/common/collect/TreeTraverser; from class com.android.utils.FileUtils

wann2 commented

I've updated like the below, the same build error happens.

cupertino_icons: ^0.1.3
firebase_core: ^0.4.4+3
cloud_firestore: ^0.13.5
firebase_auth: #^0.16.0
fluttertoast: ^3.1.3

Error: Could not resolve the package 'firebase_auth' in 'package:firebase_auth/firebase_auth.dart'.

wann2 commented

I added spaces in front of libraries and now it builds ok.

cupertino_icons: ^0.1.3
firebase_core: ^0.4.4+3
cloud_firestore: ^0.13.5
firebase_auth: #^0.16.0
fluttertoast: ^3.1.3
wann2 commented

스크린샷 2020-04-27 13 08 50

At the bottom I can not scroll like the capture screen.

wann2 commented

I have changed Column into ListView, and now it works fine.