-
Notifications
You must be signed in to change notification settings - Fork 105
Revamp docs design! #452
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Revamp docs design! #452
Changes from 12 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
4e7cb32
update card ui for info cards / feature cards
PoojaB26 be9727f
draft changes on sidebar + home page
PoojaB26 d159f7b
add more content to home page + UI fixes
PoojaB26 32c3918
remove unnecessary
PoojaB26 cc036e5
reduce img size
PoojaB26 edf5050
Merge branch 'main' into pooja/home-page-revamp
PoojaB26 808ee6d
add advanced doc links
PoojaB26 e675bce
move automated tests to testing app folder
PoojaB26 873a3fe
update content for home page
PoojaB26 ca63020
update tos links
PoojaB26 1f68bd3
move refunds to subscriptions
PoojaB26 01e322b
Merge branch 'main' into pooja/home-page-revamp
pinkeshmars f5a9b3c
Apply suggestions from code review
PoojaB26 b09e4e7
update color for selected sidebar item
PoojaB26 9761da4
update card border color
PoojaB26 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
|
||
--- | ||
toc_max_heading_level: 5 | ||
sidebar_position: 2 | ||
--- | ||
|
||
# Other Subscription Questions | ||
|
||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ custom_edit_url: null | |
showLastUpdateTime: false | ||
hide_title: true | ||
slug: / | ||
hide_table_of_contents: true | ||
hide_table_of_contents: false | ||
--- | ||
|
||
import InfoCard from '@site/src/components/InfoCard'; | ||
|
@@ -20,25 +20,140 @@ import BranchIcon from '@site/static/icons/branch_New.png'; | |
|
||
|
||
|
||
<FlutterFlowLogo></FlutterFlowLogo> | ||
|
||
# Visual Development Environment | ||
FlutterFlow is a visual development environment that lets you build mobile, web, and desktop apps incredibly fast, without sacrificing quality or features. | ||
# Getting Started with FlutterFlow | ||
FlutterFlow is a visual development environment that lets you build mobile, web, and desktop apps incredibly fast, without sacrificing on app quality or features. | ||
|
||
|
||
<div class="video-container small"><iframe src="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> | ||
|
||
<InfoCards> | ||
<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" /> | ||
<InfoCard title="Explore FlutterFlow" description="Dive into the building blocks of the platform: projects, widgets, functions and more." pagePath="/resources"/> | ||
<InfoCard title="Start Building" description="Jump right into a quick start on how to build a simple app." pagePath="/quickstart"/> | ||
<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"/> | ||
<InfoCard title="Community Forum" description="Join discussions, ask questions, and share insights with the FlutterFlow community." pagePath="https://community.flutterflow.io"/> | ||
<InfoCard title="Submit Bug Report" description="Encountered a bug in FlutterFlow? Help us improve by submitting a bug report." pagePath="/misc/submit-bug-report" /> | ||
<InfoCard | ||
icon="🚀" | ||
title="Build your first app" | ||
description="Get started with FlutterFlow by building your first FlutterFlow app step-by-step." | ||
pagePath="/quickstart" | ||
isLarge={true} | ||
/> | ||
<InfoCard | ||
icon="🗺️" | ||
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" | ||
isLarge={true} | ||
/> | ||
|
||
</InfoCards> | ||
|
||
<p></p> | ||
|
||
|
||
<p></p> | ||
|
||
### FlutterFlow Tour | ||
|
||
<div class="video-container"><iframe src="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> | ||
<InfoCards> | ||
|
||
<InfoCard | ||
icon="🏗️" | ||
title="FlutterFlow Builder" | ||
description="Explore the FlutterFlow Builder interface, learn about the dashboard, widgets panel, and how to navigate the visual development environment." | ||
pagePath="/flutterflow-ui/dashboard" | ||
isLarge={true} | ||
/> | ||
|
||
<InfoCard | ||
icon="🔍" | ||
title="Building Blocks" | ||
description="Dive into the building blocks of the platform: projects, widgets, functions and more." | ||
pagePath="/resources" | ||
isLarge = {true} | ||
/> | ||
|
||
|
||
</InfoCards> | ||
|
||
<p></p> | ||
|
||
<div class="video-container"><iframe src="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> | ||
|
||
|
||
|
||
|
||
|
||
|
||
### Best Practices | ||
|
||
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. | ||
|
||
<InfoCards> | ||
<InfoCard | ||
icon="🔐" | ||
title="Secure your API Key" | ||
description="Learn best practices for keeping your API keys created in Google Cloud Console safe and secure in production applications." | ||
pagePath="/best-practices/secure-api-keys" | ||
isLarge={true} | ||
/> | ||
<InfoCard | ||
icon="🧪" | ||
title="Test your apps locally" | ||
PoojaB26 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
description="Set up Local Run to debug and validate your app in physical devices." | ||
pagePath="/testing/local-run" | ||
/> | ||
<InfoCard | ||
icon="📝" | ||
title="Naming variables" | ||
PoojaB26 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
description="Learn FlutterFlow naming conventions and best practices for variables, functions, and components to maintain clean, readable code." | ||
pagePath="/resources/style-guide" | ||
/> | ||
</InfoCards> | ||
|
||
### Scaling FlutterFlow Apps | ||
|
||
Learn advanced techniques and strategies to scale your FlutterFlow applications from simple prototypes to enterprise-grade solutions with native integrations and modular architecture. | ||
|
||
<InfoCards> | ||
<InfoCard | ||
icon="🔌" | ||
title="Integrating Native Plugins in FlutterFlow" | ||
description="Extend FlutterFlow's capabilities by integrating native platform plugins and custom functionality using method channels for advanced app development." | ||
pagePath="/concepts/advanced/method-channels" | ||
isLarge={true} | ||
/> | ||
<InfoCard | ||
icon="🏗️" | ||
title="Building Super Apps using Libraries" | ||
description="Discover how to create scalable, modular applications using FlutterFlow libraries to build complex, maintainable super apps with independent feature libraries." | ||
pagePath="https://blog.flutterflow.io/scaling-super-apps-modular-architecture-with-flutterflow-libraries/" | ||
/> | ||
|
||
</InfoCards> | ||
|
||
### Additional Tools | ||
|
||
Discover additional tools and references to enhance your FlutterFlow development experience: | ||
<InfoCards> | ||
<InfoCard | ||
icon="⚙️" | ||
title="System Requirements" | ||
description="Ensure you meet system requirements required to smoothly run FlutterFlow application on the web & desktop." | ||
pagePath="/before-you-begin/setup-flutterflow" | ||
/> | ||
<InfoCard | ||
icon="🆕" | ||
title="What's New in FlutterFlow" | ||
description="Follow latest updates, features, and the latest enhancements in FlutterFlow." | ||
pagePath="https://community.flutterflow.io/c/whats-new-in-flutterflow" | ||
/> | ||
|
||
</InfoCards> | ||
|
||
## Still Have Problems? | ||
|
||
If you're still experiencing issues or need additional help, here are some resources to get you back on track: | ||
|
||
- **[Submit Bug Report](/misc/submit-bug-report)** - Report bugs or issues you've encountered | ||
- **[Community Forum](https://community.flutterflow.io)** - Ask questions and get help from the community | ||
- **[Reddit Community](https://www.reddit.com/r/FlutterFlow/)** - Join discussions on Reddit | ||
- **[Documentation Bug](https://github.com/FlutterFlow/flutterflow-documentation/issues)** - Report documentation issues | ||
- **[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. | ||
- **[FlutterFlow Support](mailto:[email protected])** - Get direct support from the FlutterFlow support team. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
docs/testing-deployment-publishing/running-your-app/_category_.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"label": "Running your App", | ||
"label": "Testing your app", | ||
"position": 3 | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.