From 8fff4ed32ddb25ce6449c4f48efd3b6c0776c3ce Mon Sep 17 00:00:00 2001
From: tglide <26071571+TGlide@users.noreply.github.com>
Date: Thu, 23 Feb 2023 23:38:09 +0000
Subject: [PATCH 1/2] fix: wizard spacing issues
---
src/lib/layout/wizardStep.svelte | 9 ++-
.../platforms/wizard/android/step2.svelte | 10 ++-
.../platforms/wizard/apple/step3.svelte | 4 +-
.../platforms/wizard/flutter/step1.svelte | 79 +++++++++---------
.../platforms/wizard/flutter/step2.svelte | 2 +-
.../platforms/wizard/web/step2.svelte | 81 ++++++++++---------
6 files changed, 104 insertions(+), 81 deletions(-)
diff --git a/src/lib/layout/wizardStep.svelte b/src/lib/layout/wizardStep.svelte
index 73e50eeac2..8b7d1561fd 100644
--- a/src/lib/layout/wizardStep.svelte
+++ b/src/lib/layout/wizardStep.svelte
@@ -12,7 +12,7 @@
}
- First, add this to your root level build.gradle file: And add this to your project's build.gradle file:
+
Now that you've downloaded the SDK, it's time to initialze it. Use your project ID, which
can be found in your project settings page.
+
Before sending any API calls to your new Appwrite project, make sure your device or emulator
has network access to your Appwrite project's hostname or IP address.
Add Appwrite SDK to your package's pubspec.yaml file. You can view an example here.
You can also install the SDK using the Dart package manager from your terminal:
- Use NPM (node package manager) from your command line to add Appwrite SDK to your project.
-
- When you're using a bundler (like Vite
- or
- Rollup), import the Appwrite module when you need it:
-
- To install with a CDN (content delivery network) add the following scripts to the bottom
- of your tag, but before you use any Appwrite services:
- Choose your preferred method of installation
+ Use
+ NPM (node package manager) from your command line to add Appwrite SDK to your
+ project.
+
+ When you're using a bundler (like Vite
+ or
+ Rollup), import the Appwrite module when you need it:
+
+ To install with a CDN (content delivery network) add the following scripts to the
+ bottom of your tag, but before you use any Appwrite services:
+ Add Appwrite SDK to your package's pubspec.yaml file. You can view an example here.
You can also install the SDK using the Dart package manager from your terminal:
+
+
Init your SDK
-
-
+
-
- {:else if method === Method.CDN}
-
- {/if}
+
+
+
+ {:else if method === Method.CDN}
+
+ {/if}
+
+
+
+
+ Before sending any API calls to your new Appwrite project, make sure your device or emulator has network access to your Appwrite project's hostname or IP address.