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
+55-11Lines changed: 55 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,32 +31,56 @@ FlutterFlow is a visual development environment that lets you build mobile, web,
31
31
icon="🚀"
32
32
title="Build your first app"
33
33
description="Get started with FlutterFlow by building your first FlutterFlow app step-by-step."
34
-
pagePath="/quickstart"
34
+
pagePath="/quickstart"
35
+
isLarge={true}
35
36
/>
37
+
<InfoCard
38
+
icon="🗺️"
39
+
title="App Development Roadmap"
40
+
description="Learn the three essential layers of app development: UI Layer, Logic Layer, and Data Layer for building FlutterFlow applications."
41
+
pagePath="/roadmap"
42
+
isLarge={true}
43
+
/>
44
+
36
45
</InfoCards>
37
46
38
47
<p></p>
39
48
40
-
### Explore Other Resources
41
49
42
-
Discover additional tools, tutorials, and references to enhance your FlutterFlow development experience:
50
+
<p></p>
51
+
52
+
### FlutterFlow Tour
53
+
43
54
<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"/>
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"/>
48
55
49
-
</InfoCards>
56
+
<InfoCard
57
+
icon="🏗️"
58
+
title="FlutterFlow Builder"
59
+
description="Explore the FlutterFlow Builder interface, learn about the dashboard, widgets panel, and how to navigate the visual development environment."
60
+
pagePath="/flutterflow-ui/dashboard"
61
+
isLarge={true}
62
+
/>
50
63
64
+
<InfoCard
65
+
icon="🔍"
66
+
title="Building Blocks"
67
+
description="Dive into the building blocks of the platform: projects, widgets, functions and more."
68
+
pagePath="/resources"
69
+
isLarge = {true}
70
+
/>
51
71
52
72
73
+
</InfoCards>
53
74
54
75
<p></p>
55
76
56
-
### FlutterFlow Tour
57
-
58
77
<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>
59
78
79
+
80
+
81
+
82
+
83
+
60
84
### Best Practices
61
85
62
86
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.
@@ -104,12 +128,32 @@ Learn advanced techniques and strategies to scale your FlutterFlow applications
104
128
105
129
</InfoCards>
106
130
131
+
### Additional Tools
132
+
133
+
Discover additional tools and references to enhance your FlutterFlow development experience:
134
+
<InfoCards>
135
+
<InfoCard
136
+
icon="⚙️"
137
+
title="System Requirements"
138
+
description="Ensure you meet system requirements required to smoothly run FlutterFlow application on the web & desktop."
139
+
pagePath="/before-you-begin/setup-flutterflow"
140
+
/>
141
+
<InfoCard
142
+
icon="🆕"
143
+
title="What's New in FlutterFlow"
144
+
description="Follow latest updates, features, and the latest enhancements in FlutterFlow."
-**[Contribute to Documentation](https://github.com/FlutterFlow/flutterflow-documentation?tab=readme-ov-file#how-to-contribute)** - Contribution guidelines for contributing to the FlutterFlow documentation site.
115
159
-**[FlutterFlow Support](mailto:[email protected])** - Get direct support from the FlutterFlow support team.
0 commit comments