mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
pubspec.yaml files for the smaller demos.
This commit is contained in:
parent
b2de6696a3
commit
6d19b7a425
9
examples/raw/pubspec.yaml
Normal file
9
examples/raw/pubspec.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
name: raw
|
||||
dependencies:
|
||||
sky: any
|
||||
sky_tools: any
|
||||
dependency_overrides:
|
||||
material_design_icons:
|
||||
path: ../../sky/packages/material_design_icons
|
||||
sky:
|
||||
path: ../../sky/packages/sky
|
9
examples/rendering/pubspec.yaml
Normal file
9
examples/rendering/pubspec.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
name: rendering
|
||||
dependencies:
|
||||
sky: any
|
||||
sky_tools: any
|
||||
dependency_overrides:
|
||||
material_design_icons:
|
||||
path: ../../sky/packages/material_design_icons
|
||||
sky:
|
||||
path: ../../sky/packages/sky
|
9
examples/widgets/pubspec.yaml
Normal file
9
examples/widgets/pubspec.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
name: widgets
|
||||
dependencies:
|
||||
sky: any
|
||||
sky_tools: any
|
||||
dependency_overrides:
|
||||
material_design_icons:
|
||||
path: ../../sky/packages/material_design_icons
|
||||
sky:
|
||||
path: ../../sky/packages/sky
|
Loading…
Reference in New Issue
Block a user