Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
22b5d41
added images and material 3 page
esouthren Apr 11, 2023
54b65f6
Add card and buttons widgets
esouthren Apr 11, 2023
f3e1d6f
add containement widgets
esouthren Apr 11, 2023
5631433
sort file
esouthren Apr 11, 2023
6a8fc19
add navigation widgets
esouthren Apr 11, 2023
acc6d9b
add selection widgets
esouthren Apr 11, 2023
3928ed5
add remaining widgets
esouthren Apr 11, 2023
8f35d3e
update snackbar image
esouthren Apr 11, 2023
a90a624
added material 3 image container
esouthren Apr 12, 2023
6c41f90
added toggle switch
esouthren Apr 13, 2023
f4d4d25
added icon toggle
esouthren Apr 14, 2023
ec5a499
sassy clean
esouthren Apr 14, 2023
69ffd84
added card colors in json
esouthren Apr 14, 2023
a98ec66
update toggle position
esouthren Apr 14, 2023
160533f
update css
esouthren Apr 14, 2023
f21305c
update hover duration and toggle icon boundary
esouthren Apr 14, 2023
e8d001b
update image transparencies
esouthren Apr 18, 2023
3b1ed1d
remove light/dark toggle
esouthren Apr 18, 2023
0deaea6
add other hover images
esouthren Apr 18, 2023
d4b98a8
update formatting
esouthren Apr 18, 2023
13e0075
update copy
esouthren Apr 18, 2023
e2acb2d
code tidy
esouthren Apr 18, 2023
a3fcb39
update listTile link
esouthren Apr 18, 2023
e762d7c
sort json order and whitespace
esouthren Apr 18, 2023
eac578f
comment responses
esouthren Apr 18, 2023
e19107e
Added M2 page notice
esouthren Apr 18, 2023
76eb19f
copy updates
esouthren Apr 19, 2023
897e064
remove m2 card from widgets page
esouthren Apr 19, 2023
66e1757
comment responses
esouthren Apr 20, 2023
644d151
fix other catalog path URLs
esouthren Apr 20, 2023
49f85e6
comment updates
esouthren Apr 20, 2023
2e9d8d9
update buttons Url
esouthren Apr 24, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add containement widgets
  • Loading branch information
esouthren committed Apr 11, 2023
commit f3e1d6f454e8bf71054b3a865348e35199ff7ad8
178 changes: 144 additions & 34 deletions src/_data/catalog/widgets.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"name": "AnimatedAlign",
"description": "Animated version of Align which automatically transitions the child's position over a given duration whenever the given alignment changes.",
"categories": [
"Animation and Motion"
"Animation and Motion"
],
"subcategories": [],
"link": "https://api.flutter.dev/flutter/widgets/AnimatedAlign-class.html",
Expand Down Expand Up @@ -261,7 +261,7 @@
"link": "https://api.flutter.dev/flutter/material/Card-class.html",
"image": "<img alt='' src='/assets/images/docs/widget-catalog/material-card.png'>"
},
{
{
"name": "Card",
"description": "A Material 3 card. A card has slightly rounded corners and a shadow.",
"categories": [],
Expand Down Expand Up @@ -361,7 +361,7 @@
"Actions"
],
"link": "https://api.flutter.dev/flutter/material/ButtonStyle-class.html",
"image": "<img alt='' src='/assets/images/docs/material-3-buttons.png'>"
"image": "<img alt='' src='/assets/images/docs/widget-catalog/material-3-buttons.png'>"
},
{
"name": "ConstrainedBox",
Expand Down Expand Up @@ -465,6 +465,26 @@
"link": "https://api.flutter.dev/flutter/cupertino/CupertinoFullscreenDialogTransition-class.html",
"image": "<img alt='' src='/assets/images/docs/widget-catalog/cupertino-fullscreen-dialog-transition.png'>"
},
{
"name": "CupertinoListSection",
"description": "An iOS-style container for a scrollable view.",
"categories": [
"Cupertino (iOS-style widgets)"
],
"subcategories": [],
"link": "https://api.flutter.dev/flutter/cupertino/CupertinoListSection-class.html",
"image": "<img alt='' src='/assets/images/docs/widget-catalog/cupertino-list-section.png'>"
},
{
"name": "CupertinoListTile",
"description": "An iOS-style tile that makes up a row in a list.",
"categories": [
"Cupertino (iOS-style widgets)"
],
"subcategories": [],
"link": "https://api.flutter.dev/flutter/cupertino/CupertinoListTile-class.html",
"image": "<img alt='' src='/assets/images/docs/widget-catalog/cupertino-list-tile.png'>"
},
{
"name": "CupertinoNavigationBar",
"description": "An iOS-style top navigation bar. Typically used with CupertinoPageScaffold.",
Expand Down Expand Up @@ -627,26 +647,6 @@
"link": "https://api.flutter.dev/flutter/cupertino/CupertinoTextField-class.html",
"image": "<img alt='' src='/assets/images/docs/widget-catalog/cupertino-textfield.png'>"
},
{
"name": "CupertinoListSection",
"description": "An iOS-style container for a scrollable view.",
"categories": [
"Cupertino (iOS-style widgets)"
],
"subcategories": [],
"link": "https://api.flutter.dev/flutter/cupertino/CupertinoListSection-class.html",
"image": "<img alt='' src='/assets/images/docs/widget-catalog/cupertino-list-section.png'>"
},
{
"name": "CupertinoListTile",
"description": "An iOS-style tile that makes up a row in a list.",
"categories": [
"Cupertino (iOS-style widgets)"
],
"subcategories": [],
"link": "https://api.flutter.dev/flutter/cupertino/CupertinoListTile-class.html",
"image": "<img alt='' src='/assets/images/docs/widget-catalog/cupertino-list-tile.png'>"
},
{
"name": "CupertinoTimerPicker",
"description": "An iOS-style countdown timer picker.",
Expand Down Expand Up @@ -1697,16 +1697,6 @@
"link": "https://api.flutter.dev/flutter/material/TabBarView-class.html",
"image": "<img alt='' src='/assets/images/docs/widget-catalog/material-tab-bar.png'>"
},
{
"name": "Table",
"description": "A widget that uses the table layout algorithm for its children.",
"categories": [],
"subcategories": [
"Multi-child layout widgets"
],
"link": "https://api.flutter.dev/flutter/widgets/Table-class.html",
"image": "<img alt='' src='/assets/images/docs/catalog-widget-placeholder.png'>"
},
{
"name": "TabController",
"description": "Coordinates tab selection between a TabBar and a TabBarView.",
Expand All @@ -1727,6 +1717,16 @@
"link": "https://api.flutter.dev/flutter/material/TabPageSelector-class.html",
"image": "<img alt='' src='/assets/images/docs/widget-catalog/material-tab-bar.png'>"
},
{
"name": "Table",
"description": "A widget that uses the table layout algorithm for its children.",
"categories": [],
"subcategories": [
"Multi-child layout widgets"
],
"link": "https://api.flutter.dev/flutter/widgets/Table-class.html",
"image": "<img alt='' src='/assets/images/docs/catalog-widget-placeholder.png'>"
},
{
"name": "Text",
"description": "A run of text with a single style.",
Expand Down Expand Up @@ -1809,5 +1809,115 @@
],
"link": "https://api.flutter.dev/flutter/widgets/Wrap-class.html",
"image": "<img alt='' src='/assets/images/docs/catalog-widget-placeholder.png'>"
},
{
"name": "Extended FAB",
"description": "Extended floating action buttons (extended FABs) help people take primary actions. They're wider than FABs to accommodate a text label and larger target area.",
"categories": [],
"subcategories": [
"Actions"
],
"link": "https://api.flutter.dev/flutter/material/FloatingActionButton/FloatingActionButton.extended.html",
"image": "<img alt='' src='/assets/images/docs/widget-catalog/material-3-extended-fab.png'>"
},
{
"name": "Floating Action Button",
"description": "The FAB represents the most important action on a screen. It puts key actions within reach.",
"categories": [],
"subcategories": [
"Actions"
],
"link": "https://api.flutter.dev/flutter/material/FloatingActionButton/FloatingActionButton.html",
"image": "<img alt='' src='/assets/images/docs/widget-catalog/material-3-floating-action-button.png'>"
},
{
"name": "Icon Button",
"description": "Icon buttons help people take supplementary actions with a single tap.",
"categories": [],
"subcategories": [
"Actions"
],
"link": "https://api.flutter.dev/flutter/material/IconButton-class.html",
"image": "<img alt='' src='/assets/images/docs/widget-catalog/material-3-icon-button.png'>"
},
{
"name": "Segmented Button",
"description": "Segmented buttons help people select options, switch views, or sort elements.",
"categories": [],
"subcategories": [
"Actions"
],
"link": "https://api.flutter.dev/flutter/material/SegmentedButton-class.html",
"image": "<img alt='' src='/assets/images/docs/widget-catalog/material-3-segmented-button.png'>"
},
{
"name": "Badge",
"description": "Badges convey dynamic information, such as counts or status. A badge can include labels or numbers.",
"categories": [],
"subcategories": [
"Communication"
],
"link": "https://api.flutter.dev/flutter/material/Badge-class.html",
"image": "<img alt='' src='/assets/images/docs/widget-catalog/material-3-badge.png'>"
},
{
"name": "Progress Indicator",
"description": "Progress indicators inform users about the status of ongoing processes, such as loading an app or submitting a form.",
"categories": [],
"subcategories": [
"Communication"
],
"link": "https://api.flutter.dev/flutter/material/LinearProgressIndicator-class.html",
"image": "<img alt='' src='/assets/images/docs/widget-catalog/material-3-progress-indicator.png'>"
},
{
"name": "Snackbar",
"description": "Snackbars provide brief messages about app processes at the bottom of the screen.",
"categories": [],
"subcategories": [
"Communication"
],
"link": "https://api.flutter.dev/flutter/material/SnackBar-class.html",
"image": "<img alt='' src='/assets/images/docs/widget-catalog/material-3-snack-bar.png'>"
},
{
"name": "Bottom Sheet",
"description": "Bottom sheets are surfaces containing supplementary content, anchored to the bottom of the screen.",
"categories": [],
"subcategories": [
"Containment"
],
"link": "https://api.flutter.dev/flutter/material/BottomSheet-class.html",
"image": "<img alt='' src='/assets/images/docs/widget-catalog/material-3-bottom-sheet.png'>"
},
{
"name": "Dialog",
"description": "Dialogs provide important prompts in a user flow.",
"categories": [],
"subcategories": [
"Containment"
],
"link": "https://api.flutter.dev/flutter/material/Dialog-class.html",
"image": "<img alt='' src='/assets/images/docs/widget-catalog/material-3-dialog.png'>"
},
{
"name": "Divider",
"description": "A divider is a thin line that groups content in lists and containers.",
"categories": [],
"subcategories": [
"Containment"
],
"link": "https://api.flutter.dev/flutter/material/Divider-class.html",
"image": "<img alt='' src='/assets/images/docs/widget-catalog/material-3-divider.png'>"
},
{
"name": "List",
"description": "Lists are continuous, vertical indexes of text or images.",
"categories": [],
"subcategories": [
"Containment"
],
"link": "https://api.flutter.dev/flutter/material/List-class.html",
"image": "<img alt='' src='/assets/images/docs/widget-catalog/material-3-list.png'>"
}
]
]