Taki Uddin

Results 11 comments of Taki Uddin

> hi there > i dont know why after login i get grey screen > ![128724861_899805504097316_3634681120381632199_n](https://user-images.githubusercontent.com/74936386/100658301-1dc7d300-334f-11eb-9aff-7da8326cbd4b.png > ![128724861_899805504097316_3634681120381632199_n](https://user-images.githubusercontent.com/74936386/100658323-26200e00-334f-11eb-9ebb-d6568ac62f4b.png) Hello @nidhal666, did you connect your firebase to the app? also during...

> App also crashes without giving any error in the log. > it doesn't open. at what point does it crash?

I have upgraded mine and there aren't any errors except when after signing in with google it shows this. `Another exception was thrown: NoSuchMethodError: The method '[]' was called on...

> Have you solved the `Another exception was thrown: NoSuchMethodError: The method '[]' was called on null` issue you are facing no, have you solved it?

I did this for messaging..I tweaked the code to send messages as push notifications even when the app is killed or in background. And you can do the same for...

> I did this for messaging..I tweaked the code to send messages as push notifications even when the app is killed or in background. > > And you can do...

which branch are you guys on? @jeremiahseun @12amansharma @kazimad ? because in previous branches login was like this if (isNewUser) { _authenticationMethods.addDataToDb(user, token).then((value) { Navigator.pop(context); Navigator.of(context).push(MaterialPageRoute( builder: (BuildContext context) =>...

> in master master branch has two files licence and readme..what are you making the app with?

> I was on branch 6 when I got the error #3 while searching for the user so I did as it was there in the solution above and deleted...

@Ronak99 built his app on windows, I so 'flutter create' builds files for windows. I had same issues when I tried a project of mine. I fixed it by 'flutter...