I am making a chat app..with firebase and CloudFirestore...in debug mode the app is working fine ..the chat and all is loading but ..When after building a apk the chat and the users are not loading..I Gave all the permision like:
Its working on debug mode: ss
https://user-images.githubusercontent.com/45168922/84598144-2ce0c480-ae86-11ea-80e1-a251b681e328.png
But when i built a apk :flutter build apk the users are not loading:
flutter doctor -v https://pastebin.com/P20Dy2TD
$ flutter run --verbose: https://pastebin.com/Q1P9qQdv
App source code:https://github.com/vipuluthaiah/Flutter-ChatApp-Ogga
--
You received this message because you are subscribed to the Google Groups "Flutter Development (flutter-dev)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/flutter-dev/6e58ddf8-70a2-4366-8818-c92f3bbfe245o%40googlegroups.com.
<uses-permission android:name="android.permission.INTERNET"/>To view this discussion on the web visit https://groups.google.com/d/msgid/flutter-dev/CADRXHdLociqkv8mY3ASkBqpdv4D0t5AZbG%3DGu4Pm7pGdGkr5NA%40mail.gmail.com.
--