Skip to content

Commit

Permalink
fix pubspec
Browse files Browse the repository at this point in the history
  • Loading branch information
dnfield committed Jan 20, 2023
1 parent c394083 commit 6ae078f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ environment:
sdk: '>=2.17.0-0 <3.0.0'
flutter: ">=3.4.0-34.1.pre"

dependency_overrides:
vector_graphics_codec:
path: ../../vector_graphics/packages/vector_graphics_codec
vector_graphics_compiler:
path: ../../vector_graphics/packages/vector_graphics_compiler
vector_graphics:
path: ../../vector_graphics/packages/vector_graphics
# dependency_overrides:
# vector_graphics_codec:
# path: ../../vector_graphics/packages/vector_graphics_codec
# vector_graphics_compiler:
# path: ../../vector_graphics/packages/vector_graphics_compiler
# vector_graphics:
# path: ../../vector_graphics/packages/vector_graphics

0 comments on commit 6ae078f

Please sign in to comment.