diff --git a/engine/src/flutter/examples/hello_world/pubspec.yaml b/engine/src/flutter/examples/hello_world/pubspec.yaml new file mode 100644 index 00000000000..723d63b3d5c --- /dev/null +++ b/engine/src/flutter/examples/hello_world/pubspec.yaml @@ -0,0 +1,9 @@ +name: hello_world +dependencies: + sky: any + sky_tools: any +dependency_overrides: + material_design_icons: + path: ../../sky/packages/material_design_icons + sky: + path: ../../sky/packages/sky