Skip to content

Commit f697b9c

Browse files
Pages & Widgets (#15)
* Add Pages & Widgets initial concepts * Move around widgets + pages to Resources folder * Add properties panel info * Fix css for h3 and h4 * Add page configurations and move to correct folder. * Add arcade for onPageLoad * Small changes * Update images & Arcades * Update dark mode text colors * Updated widget overview images * Add supporting illustrations for Row Column Stack * Update h3, h4 styles * Add class vs instance example * Add images to demo page elements * Add page params & navigation info * Add Navigate To Action props * Add Navigate Back Action section * Add Page State sections * Update hierarchy and add action triggers * Update Page Lifecycle note * fix img error * fix folder order * Fix widget image issue * Fix grammar * Add tables for widgets list * Change file structure * Move around files and add Pages fixes * Changes to page navigation & overview * Fix order of Page Lifecycle page * Remove temp pages * Add widget properties page * Add bullets * Update CSS --------- Co-authored-by: leighajarett <[email protected]>
1 parent f576f80 commit f697b9c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+1091
-12
lines changed

.idea/codeStyles/codeStyleConfig.xml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/intro/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This quickstart is designed to be straightforward and accessible, introducing yo
1212
<!-- TO DO: add links to resource section later on -->
1313

1414
Below is a preview of what your app will look like once completed:
15-
<img src="../../static/img/flutterflow-quick-start-app-demo.avif" alt="flutterflow-quick-start-app-demo.avif" />
15+
![flutterflow-quick-start-app-demo.avif](..%2F..%2Fstatic%2Fimg%2Fflutterflow-quick-start-app-demo.avif)
1616

1717
## **What you'll learn**
1818
- Creating layouts (add widgets)
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"label": "Projects",
3+
"position": 1
4+
}

docs/resources/_category_.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"label": "Resources",
3+
"position": 1
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"label": "UI Building Blocks",
3+
"position": 2
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
title: Generated Code
3+
sidebar_position: 3
4+
---
917 KB
Loading
103 KB
Loading
112 KB
Loading
111 KB
Loading

0 commit comments

Comments
 (0)