diff --git a/docs/sdks/flutter/GETTING_STARTED.md b/docs/sdks/flutter/GETTING_STARTED.md
index bd9b635786..c66ec5c095 100644
--- a/docs/sdks/flutter/GETTING_STARTED.md
+++ b/docs/sdks/flutter/GETTING_STARTED.md
@@ -28,18 +28,18 @@ The Appwrite SDK uses ASWebAuthenticationSession on iOS 12+ and SFAuthentication
### Android
In order to capture the Appwrite OAuth callback url, the following activity needs to be added to your AndroidManifest.xml. Be sure to relpace the **[PROJECT_ID]** string with your actual Appwrite project ID. You can find your Appwrite project ID in you project settings screen in your Appwrite console.
-```
+```xml
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
```
@@ -108,5 +108,8 @@ name: 'My Name'
);
```
-### Next Steps
-Appwrite has many services and tools to help improve your app and speed up your development. The best way to learn how you can take advantage of them is to explore the different API references docs.
\ No newline at end of file
+### Learn more
+You can use followng resources to learn more and get help
+- [Appwrite Docs](https://appwrite.io/docs)
+- [Discord Community](https://appwrite.io/discord)
+- [Appwrite Flutter Playground](https://github.com/appwrite/playground-for-flutter)
\ No newline at end of file