From 661d0c6b0f766ba20e3a85e6017a16d2602f2429 Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Sun, 21 May 2023 07:29:22 +0545 Subject: [PATCH 1/2] Update getting-started-for-flutter.phtml --- app/views/docs/getting-started-for-flutter.phtml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/docs/getting-started-for-flutter.phtml b/app/views/docs/getting-started-for-flutter.phtml index e22110695..1daa47fe5 100644 --- a/app/views/docs/getting-started-for-flutter.phtml +++ b/app/views/docs/getting-started-for-flutter.phtml @@ -70,6 +70,7 @@ $version = (isset($versions['flutter'])) ? $versions['flutter'] : '';

Mac OS

For Mac OS add your app name and Bundle ID, You can find your Bundle Identifier in the General tab for your app's primary target in Xcode.

+

The Appwrite SDK uses ASWebAuthenticationSession on macOS 10.15+ to allow OAuth authentication. You have to change your macOS Deployment Target in Xcode to be macOS >= 10.15 to be able to build your app for macOS.

Web

From 08e3e2cb3f5562cbd2a49270d0cf20e589ce4c13 Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Wed, 24 May 2023 06:17:51 +0545 Subject: [PATCH 2/2] Update getting-started-for-flutter.phtml --- app/views/docs/getting-started-for-flutter.phtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/docs/getting-started-for-flutter.phtml b/app/views/docs/getting-started-for-flutter.phtml index 1daa47fe5..6bd614873 100644 --- a/app/views/docs/getting-started-for-flutter.phtml +++ b/app/views/docs/getting-started-for-flutter.phtml @@ -67,9 +67,9 @@ $version = (isset($versions['flutter'])) ? $versions['flutter'] : '';

For Linux add your app name and package name, Your package name is generally the name in your pubspec.yaml file. If you cannot find the correct package name, run the application in linux, and make any request with proper exception handling, you should get the application id needed to add in the received error message.

-

Mac OS

+

macOS

-

For Mac OS add your app name and Bundle ID, You can find your Bundle Identifier in the General tab for your app's primary target in Xcode.

+

For macOS add your app name and Bundle ID, You can find your Bundle Identifier in the General tab for your app's primary target in Xcode.

The Appwrite SDK uses ASWebAuthenticationSession on macOS 10.15+ to allow OAuth authentication. You have to change your macOS Deployment Target in Xcode to be macOS >= 10.15 to be able to build your app for macOS.

Web