developerpaaji / chat_app

A flutter chat app built with firestore. It is clone of messenger.User can create stories,chat and search in real time.
MIT License
570 stars 165 forks source link

lots of errors and warnings when building #4

Closed sgehrman closed 4 years ago

sgehrman commented 4 years ago

code is also not formatted correctly.

image

sgehrman commented 4 years ago

Gradle does not have execution permission. You should change the ownership of the project directory to your user, or move the project to a directory with execute permissions. Gradle task assembleDebug failed with exit code 1

developerpaaji commented 4 years ago

@sgehrman You can create pull request for this and I will accept that immediately

Hiyorimi commented 4 years ago

Gradle ownership problem can be resolved with chmod a+rx android/gradlew

samatzp commented 4 years ago

Gradle ownership problem can be resolved with chmod a+rx android/gradlew

как вы решили это проблеmу?

Hiyorimi commented 4 years ago

Gradle ownership problem can be resolved with chmod a+rx android/gradlew

как вы решили это проблеmу?

you can type that in terminal in the directory of your project

samatzp commented 4 years ago

you can type that in terminal in the directory of your project

извините у меня еще вопрос: у меня проблема с регистрация через фейсбук не работает как можно это исправить ?

developerpaaji commented 4 years ago

Fixed