Este repositório escrevi todo em inglês, por isso as informações abaixo estão em inglês.
Online Chat using Firebase with Flutter
Small app using firebase functionality to authenticate, storage data and storage media files, using some plugins to implement this methods.
Dependencies of the project
These dependencies have to be on pubspec.yaml on flutter project.
cloud_firestore: ^0.8.2+3
google_sign_in: ^3.2.4
firebase_auth: ^0.6.2+1
firebase_storage: ^1.0.4
image_picker: ^0.4.12+1
Some observations
→ In the graddle of application (app level) the multiDexEnabled have to be set “true”, because if not, will get some error because some incompatibility with version of firebase_storage plugin.
→ Two themes options, dependenting of the platform, will be showed they respective theme.
→ Image picker working only on camera.
Some pictures of the app


