Skip to content

Commit

Permalink
Use hosted versions of plugin for example
Browse files Browse the repository at this point in the history
  • Loading branch information
HrX03 committed Dec 29, 2023
1 parent f4aa86e commit bc488a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 15 deletions.
6 changes: 3 additions & 3 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,21 @@ packages:
path: "../packages/animated_vector"
relative: true
source: path
version: "0.1.0"
version: "0.2.0"
animated_vector_annotations:
dependency: "direct main"
description:
path: "../packages/animated_vector_annotations"
relative: true
source: path
version: "1.0.0"
version: "0.2.0"
animated_vector_gen:
dependency: "direct dev"
description:
path: "../packages/animated_vector_gen"
relative: true
source: path
version: "0.0.1"
version: "0.2.1"
archive:
dependency: transitive
description:
Expand Down
15 changes: 3 additions & 12 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,14 @@ environment:
sdk: ">=3.1.0 <4.0.0"

dependencies:
animated_vector:
git:
url: https://github.com/HrX03/animated_vector
path: packages/animated_vector
animated_vector_annotations:
git:
url: https://github.com/HrX03/animated_vector
path: packages/animated_vector_annotations
animated_vector: ^0.2.0
animated_vector_annotations: ^0.2.0

flutter:
sdk: flutter

dev_dependencies:
animated_vector_gen:
git:
url: https://github.com/HrX03/animated_vector
path: packages/animated_vector_gen
animated_vector_gen: ^0.2.1
build_runner: ^2.4.6
flutter_test:
sdk: flutter
Expand Down

0 comments on commit bc488a5

Please sign in to comment.