-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App is not loading #28
Comments
Well, since this is a run time issue, I'd probably need to see the code. Please host a gist for the corresponding code and share the link. |
https://gist.github.com/sharmahal/13cbebf847de8ee44aca030ccdc5cc41 |
You did too much hard work in creating all those gists, if you did everything manually. Anyways, please let me know which branch are you on, and compare the code with that branch. I'll try my best to locate the problem. |
I am on part 12, I tried comparing the code with this branch. |
Hello. Many thanks for the video tutorials. It is really a stepping stone for me in flutter. However, have you solved this issue yet by any chance? |
I also face this problem too. Could you check this code? import 'package:firebase_auth/firebase_auth.dart'; class LoginScreen extends StatefulWidget { @OverRide class _LoginScreenState extends State { FirebaseRepository _repository = FirebaseRepository(); bool isLoginPressed = false; @OverRide Widget loginButton() { void performLogin() {
} void authenticateUser(User user) {
} } |
after adding video calling functionality to the app. when I run the app, it just shows the circular progress indicator.
the error I am getting is -
E/flutter (25915): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: NoSuchMethodError: The method '[]' was called on null.
E/flutter (25915): Receiver: null
E/flutter (25915): Tried calling:
The text was updated successfully, but these errors were encountered: