Skip to content

Commit 808ee6d

Browse files
committed
add advanced doc links
1 parent edf5050 commit 808ee6d

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

docs/index.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,33 @@ Essential guidelines and recommendations for building robust FlutterFlow applica
7777
/>
7878
<InfoCard
7979
icon="📝"
80-
title="How to name variables?"
80+
title="Naming variables"
8181
description="Learn FlutterFlow naming conventions and best practices for variables, functions, and components to maintain clean, readable code."
8282
pagePath="/resources/style-guide"
8383
/>
8484
</InfoCards>
8585

86+
### Scaling FlutterFlow Apps
87+
88+
Learn advanced techniques and strategies to scale your FlutterFlow applications from simple prototypes to enterprise-grade solutions with native integrations and modular architecture.
89+
90+
<InfoCards>
91+
<InfoCard
92+
icon="🔌"
93+
title="Integrating Native Plugins in FlutterFlow"
94+
description="Extend FlutterFlow's capabilities by integrating native platform plugins and custom functionality using method channels for advanced app development."
95+
pagePath="/concepts/advanced/method-channels"
96+
isLarge={true}
97+
/>
98+
<InfoCard
99+
icon="🏗️"
100+
title="Building Super Apps using Libraries"
101+
description="Discover how to create scalable, modular applications using FlutterFlow libraries to build complex, maintainable super apps with independent feature libraries."
102+
pagePath="https://blog.flutterflow.io/scaling-super-apps-modular-architecture-with-flutterflow-libraries/"
103+
/>
104+
105+
</InfoCards>
106+
86107
## Still Have Problems?
87108

88109
If you're still experiencing issues or need additional help, here are some resources to get you back on track:

0 commit comments

Comments
 (0)