Skip to content

Commit

Permalink
➕ (add package_config)
Browse files Browse the repository at this point in the history
  • Loading branch information
T-moz committed Oct 1, 2024
1 parent a5063d7 commit 011ec93
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 3 deletions.
10 changes: 9 additions & 1 deletion example/multi_packages_app/app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages:
path: "../../.."
relative: true
source: path
version: "0.5.1"
version: "0.6.0"
async:
dependency: transitive
description:
Expand Down Expand Up @@ -153,6 +153,14 @@ packages:
relative: true
source: path
version: "1.0.0+1"
package_config:
dependency: transitive
description:
name: package_config
sha256: "1c5b77ccc91e4823a5af61ee74e6b972db1ef98c2ff5a18d3161c982a55448bd"
url: "https://pub.dev"
source: hosted
version: "2.1.0"
path:
dependency: transitive
description:
Expand Down
10 changes: 9 additions & 1 deletion example/multi_packages_app/theme/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages:
path: "../../.."
relative: true
source: path
version: "0.5.1"
version: "0.6.0"
async:
dependency: transitive
description:
Expand Down Expand Up @@ -146,6 +146,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.15.0"
package_config:
dependency: transitive
description:
name: package_config
sha256: "1c5b77ccc91e4823a5af61ee74e6b972db1ef98c2ff5a18d3161c982a55448bd"
url: "https://pub.dev"
source: hosted
version: "2.1.0"
path:
dependency: transitive
description:
Expand Down
10 changes: 9 additions & 1 deletion example/simple_app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages:
path: "../.."
relative: true
source: path
version: "0.5.1"
version: "0.6.0"
async:
dependency: transitive
description:
Expand Down Expand Up @@ -146,6 +146,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.15.0"
package_config:
dependency: transitive
description:
name: package_config
sha256: "1c5b77ccc91e4823a5af61ee74e6b972db1ef98c2ff5a18d3161c982a55448bd"
url: "https://pub.dev"
source: hosted
version: "2.1.0"
path:
dependency: transitive
description:
Expand Down
1 change: 1 addition & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ dependencies:
flutter_test:
sdk: flutter
meta: ^1.8.0
package_config: ^2.1.0
path: ^1.8.2
platform: ^3.1.0
recase: ^4.0.0
Expand Down

0 comments on commit 011ec93

Please sign in to comment.