Skip to content

Commit 5650739

Browse files
committed
docs(nextcloud): Internet permission hint for flutter multi-platform users
1 parent a7e6d09 commit 5650739

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/nextcloud/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ final client = NextcloudClient(
2828
Not all endpoints work with just HTTP Basic auth, so it is advised to use app passwords obtained either directly in the Web UI by the user or using the [login flow](https://docs.nextcloud.com/server/latest/developer_manual/client_apis/#Flow/index.html#login-flow-v2).
2929
Some endpoints do not need any authentication at all or provide extended information when the request is optionally authenticated.
3030

31+
**Note**
32+
Flutter applications may require [additional configuration](https://docs.flutter.dev/data-and-backend/networking#platform-notes) to make HTTP requests.
33+
34+
3135
### Endpoints
3236

3337
It is not guaranteed that an API request will work unless the app is installed and enabled on the server (and has a supported version).

0 commit comments

Comments
 (0)