Skip to content

Commit

Permalink
fix: use local path until publish
Browse files Browse the repository at this point in the history
  • Loading branch information
prateekmedia committed Jun 14, 2024
1 parent 1641d45 commit d8db8b2
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions packages/flutter_distributor/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,12 @@ dependencies:
args: ^2.2.0
charset: ^2.0.1
dio: ^5.3.4
flutter_app_builder: ^0.4.2
flutter_app_packager: ^0.4.2
flutter_app_publisher: ^0.4.2
flutter_app_builder:
path: ../flutter_app_builder
flutter_app_packager:
path: ../flutter_app_packager
flutter_app_publisher:
path: ../flutter_app_publisher
logging: ^1.0.2
path: ^1.8.1
pubspec_parse: ^1.1.0
Expand Down

0 comments on commit d8db8b2

Please sign in to comment.