mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Merge pull request #538 from iansf/remaining_pubspecs
Remaining pubspecs
This commit is contained in:
commit
7a0e5f229f
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…
x
Reference in New Issue
Block a user