0

I made this application for home salon services, the application works fine on the emulator but when downloaded from the playstore it's not working properly.

Here is the image of the app working on emulator. enter image description here

And here is a screenshot of that very page from my physical device, where I downloaded the application from playstore. enter image description here

I am using firebase for my backend.

Need some help and this is the link to my codebase. https://github.com/subhangpati/the_glem_factory

James Z
  • 12,209
  • 10
  • 24
  • 44
Static_Subhang
  • 127
  • 1
  • 12
  • As you're using Firebase, When you upload the app on play store, its SHA1 key gets changed and generated automatically, get the new generated one from the Play console and update it on the Firebase App in the Firebase console. – Lalit Fauzdar Feb 06 '21 at 18:06
  • I have already added that. I am working on this issue right now, It has something to do with " incorrect use of parent widget." Will post the answer when I get to the bottom of this. – Static_Subhang Feb 06 '21 at 18:25
  • Maybe you don't have given internet permission to the app in the manifest so its not picking anything from firebase. – Ahmad Hassan Feb 06 '21 at 18:36
  • Well I have intergrated google maps for end users to pin their location where they wanted their services. While doing so I checked and it had internet permission along with course location access. – Static_Subhang Feb 06 '21 at 18:53
  • I have found this answer more than helpful in my particular case , https://stackoverflow.com/questions/61615866/flutter-app-show-grey-screen-in-release-mode-but-works-fine-in-debug-mode-instan – Static_Subhang Feb 06 '21 at 18:55

0 Answers0