I am facing serious issue after upgrading Flutter to new version. Last time I posted same issue here and also on flutter channel but none were able to resolve
On your device, can you open the browser and browse to cloud.appwrite.io?
I am logged in to cloud.appwrite.io on web using it
Same is accessible from mobile
Could you send what's the url you have set as endpoint?
Then maybe you need to change some android setting to allow network access
True, make sure your android manifest file has:
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
Recommended threads
- Unable to add user preferences within au...
When i click on the add preference button nothing happens. There are other buttons within the page which seem unresponsive, including the multi-authentication t...
- cli broke with new varchar type??
``` appwrite types ./appwritetypes ℹ Info: Detected language: ts ℹ Info: Directory: ./...
- Fix Android OAuth2 page not being resume...
I've opened a PR a while back that fixes Flutter OAuth2 authentication with recent `flutter_web_auth_2` version, that didn't get much attention: * https://githu...