Add Widgetbook setup with theme configuration, analysis options, and initial component use cases
This commit is contained in:
parent
d3ad4b9c9d
commit
80ca8f665a
46 changed files with 6031 additions and 2 deletions
38
widgetbook/pubspec.yaml
Normal file
38
widgetbook/pubspec.yaml
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
name: widgetbook_workspace
|
||||
description: Widgetbook workspace for the material_3_expressive monorepo.
|
||||
publish_to: none
|
||||
|
||||
environment:
|
||||
sdk: ">=3.5.0 <4.0.0"
|
||||
|
||||
dependencies:
|
||||
button_group_m3e:
|
||||
path: ../packages/button_group_m3e
|
||||
flutter:
|
||||
sdk: flutter
|
||||
loading_indicator_m3e:
|
||||
path: ../packages/loading_indicator_m3e
|
||||
m3e_collection:
|
||||
path: ../packages/m3e_collection
|
||||
material_new_shapes: ^1.0.0
|
||||
navigation_bar_m3e:
|
||||
path: ../packages/navigation_bar_m3e
|
||||
navigation_rail_m3e:
|
||||
path: ../packages/navigation_rail_m3e
|
||||
progress_indicator_m3e:
|
||||
path: ../packages/progress_indicator_m3e
|
||||
split_button_m3e:
|
||||
path: ../packages/split_button_m3e
|
||||
widgetbook: ^3.18.0
|
||||
widgetbook_annotation: ^3.7.0
|
||||
app_bar_m3e:
|
||||
path: ../packages/app_bar_m3e
|
||||
fab_m3e:
|
||||
path: ../packages/fab_m3e
|
||||
|
||||
dev_dependencies:
|
||||
build_runner: ^2.4.13
|
||||
widgetbook_generator: ^3.18.0
|
||||
|
||||
flutter:
|
||||
uses-material-design: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue