Skip to content

Commit

Permalink
feat: add world_flags dependency to pubspec.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsinis committed Jul 2, 2024
1 parent 209ba17 commit d499068
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/world_countries/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -794,6 +794,14 @@ packages:
relative: true
source: path
version: "1.5.0"
world_flags:
dependency: "direct main"
description:
name: world_flags
sha256: "70543c6501b30f5776993b703298df67d1f396725916ef29068eba0fe42c1b8a"
url: "https://pub.dev"
source: hosted
version: "0.0.1"
xml:
dependency: transitive
description:
Expand Down
1 change: 1 addition & 0 deletions packages/world_countries/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ dependencies:
url_strategy: ^0.2.0
world_countries:
path: ../
world_flags: ^0.0.1

dev_dependencies:
build_runner: ^2.4.11 # From Google
Expand Down

0 comments on commit d499068

Please sign in to comment.