You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+45-23Lines changed: 45 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,52 +21,74 @@ import BranchIcon from '@site/static/icons/branch_New.png';
21
21
22
22
23
23
24
-
# Getting started with FlutterFlow
24
+
# Getting Started with FlutterFlow
25
25
FlutterFlow is a visual development environment that lets you build mobile, web, and desktop apps incredibly fast, without sacrificing on app quality or features.
26
26
27
-
<divclass="video-container small"><iframesrc="https://www.youtube.com/embed/gYOrgBrX4jM"title="YouTube video player"frameborder="0"allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"referrerpolicy="strict-origin-when-cross-origin"allowfullscreen></iframe></div>
28
27
29
-
<InfoCards>
30
-
<InfoCard title="Before You Begin" description="Ensure you meet system requirements and grasp technical concepts for smooth building in FlutterFlow." pagePath="/before-you-begin/setup-flutterflow" />
31
-
<InfoCard title="Explore FlutterFlow" description="Dive into the building blocks of the platform: projects, widgets, functions and more." pagePath="/resources"/>
32
-
33
28
29
+
<InfoCards>
30
+
<InfoCard
31
+
icon="🚀"
32
+
title="Build your first app"
33
+
description="Get started with FlutterFlow by building your first FlutterFlow app step-by-step."
34
+
pagePath="/quickstart"
35
+
/>
34
36
</InfoCards>
35
37
38
+
<p></p>
39
+
40
+
### Explore Other Resources
36
41
42
+
Discover additional tools, tutorials, and references to enhance your FlutterFlow development experience:
37
43
<InfoCards>
44
+
<InfoCard title="System Requirements" description="Ensure you meet system requirements and grasp technical concepts for smooth building in FlutterFlow." pagePath="/before-you-begin/setup-flutterflow" />
45
+
<InfoCard title="Explore FlutterFlow" description="Dive into the building blocks of the platform: projects, widgets, functions and more." pagePath="/resources"/>
46
+
<InfoCard title="App Development Roadmap" description="Learn the three essential layers of app development: UI Layer, Logic Layer, and Data Layer for building FlutterFlow applications." pagePath="/roadmap"/>
38
47
<InfoCard title="What's New in FlutterFlow" description="Updates, features, and the latest enhancements in FlutterFlow." pagePath="https://community.flutterflow.io/c/whats-new-in-flutterflow"/>
39
-
<InfoCard title="Community Forum" description="Join discussions, ask questions, and share insights with the FlutterFlow community." pagePath="https://community.flutterflow.io"/>
40
-
<InfoCard title="Submit Bug Report" description="Encountered a bug in FlutterFlow? Help us improve by submitting a bug report." pagePath="/misc/submit-bug-report" />
41
48
42
49
</InfoCards>
43
50
51
+
52
+
53
+
44
54
<p></p>
45
55
46
56
### FlutterFlow Tour
47
57
48
58
<divclass="video-container"><iframesrc="https://www.youtube.com/embed/GpXjU-ieAKU?si=moIEUUGry24CdSJN"title="YouTube video player"frameborder="0"allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"referrerpolicy="strict-origin-when-cross-origin"allowfullscreen></iframe></div>
49
59
50
-
## Key Features
60
+
### Best Practices
61
+
62
+
Essential guidelines and recommendations for building robust FlutterFlow applications. Discover security best practices and performance optimization techniques to ensure your apps are production-ready, scalable, and maintainable.
51
63
52
64
<InfoCards>
53
65
<InfoCard
54
-
icon="🚀"
55
-
title="Build your first app"
56
-
description="Learn how everything fits together and our top tips for creating stunning, powerful websites and apps."
57
-
pagePath="/quickstart"
66
+
icon="🔐"
67
+
title="Secure your API Key"
68
+
description="Learn best practices for keeping your API keys created in Google Cloud Console safe and secure in production applications."
69
+
pagePath="/best-practices/secure-api-keys"
58
70
isLarge={true}
59
71
/>
60
72
<InfoCard
61
-
icon="🔧"
62
-
title="Troubleshooting"
63
-
description="Resolve login issues and other known FlutterFlow issues."
64
-
pagePath="/troubleshooting"
73
+
icon="🧪"
74
+
title="Test your apps locally"
75
+
description="Set up Local Run to debug and validate your app in physical devices."
76
+
pagePath="/testing/local-run"
65
77
/>
66
-
<InfoCard
67
-
icon="🔗"
68
-
title="Integrations"
69
-
description="Connect to tools like Github, Netlify, Figma, Supabase, Stripe, and more."
70
-
pagePath="/ff-integrations"
78
+
<InfoCard
79
+
icon="📝"
80
+
title="How to name variables?"
81
+
description="Learn FlutterFlow naming conventions and best practices for variables, functions, and components to maintain clean, readable code."
82
+
pagePath="/resources/style-guide"
71
83
/>
72
-
</InfoCards>
84
+
</InfoCards>
85
+
86
+
## Still Have Problems?
87
+
88
+
If you're still experiencing issues or need additional help, here are some resources to get you back on track:
89
+
90
+
-**[Submit Bug Report](/misc/submit-bug-report)** - Report bugs or issues you've encountered
91
+
-**[Community Forum](https://community.flutterflow.io)** - Ask questions and get help from the community
92
+
-**[Reddit Community](https://www.reddit.com/r/FlutterFlow/)** - Join discussions on Reddit
Welcome to the FlutterFlow Marketplace Creators' Hub! This section is designed to provide you with all the necessary information to contribute effectively and responsibly to Marketplace. Whether you are submitting your first item or looking to understand the legal nuances, you'll find detailed guidelines and helpful tips here.
12
12
13
-
### **Submitting an Item for Review**
13
+
### Submitting an Item for Review
14
14
- Understand the [criteria](submission-criteria.md) we apply to items submitted to Marketplace.
15
15
- Learn how to prepare and [submit](submit-item-for-review.md) your items to the Marketplace with our step-by-step guide.
16
16
17
-
### **Legal Guidelines for Creators**
17
+
### Legal Guidelines for Creators
18
18
19
19
A user-friendly [guide](legal-guidelines-for-creators.md) outlining what content can and cannot be published on our Marketplace.
0 commit comments