FlutterChatAppTutorial
FlutterChatAppTutorial copied to clipboard
Fully Functioning Chat App with Flutter & Firebase
Creating a Series in pandas
my new code
this app is not updated with the latest version of firebase so, please update it!
this project does not have null safety making it useless you should update the code to make it null safe
app bar
when i call appBar: appBarMain(context) it gives me this error The argument type 'Widget' can't be assigned to the parameter type 'PreferredSizeWidget?'. how do I fix this, thank you
Thanks for this awesome project
Solved initialize the app error. Updated Firebase user to User and some more like that
Having the issue....
@theindianappguy Launching lib\main.dart on sdk gphone x86 arm in debug mode... Running Gradle task 'assembleDebug'... ✓ Built build\app\outputs\flutter-apk\app-debug.apk. Installing build\app\outputs\flutter-apk\app.apk... Waiting for sdk gphone x86 arm to report its views......
Hello! Your chatRoom is built on StreamBuilder. 1. I wanted to know what would happen if there were a million of these rooms ? 2. Can I replace or supplement...