Skip to content

Commit ddb7979

Browse files
Design pattern index page (#11468)
_Description of what this PR is changing or adding, and why:_ This PR adds an 'index' page for the Design Pattern cookbook recipes under App Architecture in the side nav. * Adds the page * Adds a `design-pattern.yml` file with * Adds an "Expansion Panel List" component (html + css) **This is still very much a work in progress.** Before merging: - [x] Land #11444 + add them to the data file, and create icons for their rows - [x] Update the `design-pattern.yml` with real data - [x] Create the remaining needing icons (right now all four list items use the same icon) - [x] Replace 'LOREM IPSUM, BROTHER' 😅 _Issues fixed by this PR (if any):_ * This will resolve #11374 --------- Co-authored-by: Parker Lougheed <[email protected]>
1 parent a160f6c commit ddb7979

File tree

67 files changed

+628
-48
lines changed

Some content is hidden

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

67 files changed

+628
-48
lines changed
52 KB
Binary file not shown.

examples/cookbook/architecture/command/pubspec.yaml renamed to examples/app-architecture/command/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010

1111
dev_dependencies:
1212
example_utils:
13-
path: ../../../example_utils
13+
path: ../../example_utils
1414

1515
flutter:
1616
uses-material-design: true

0 commit comments

Comments
 (0)