Skip to content

Commit

Permalink
Fix typo in pubspec
Browse files Browse the repository at this point in the history
  • Loading branch information
AhsanSarwar45 committed Jun 28, 2024
1 parent 7b96f0f commit b53108c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 5 additions & 3 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -323,9 +323,11 @@ packages:
flutter_foreground_task:
dependency: "direct main"
description:
path: "../flutter_foreground_task"
relative: true
source: path
path: "."
ref: master
resolved-ref: "00ec90a97fd240029f4ee2c3ef1c1cb97177d621"
url: "https://github.com/vicolo-dev/flutter_foreground_task"
source: git
version: "6.5.0"
flutter_html:
dependency: "direct main"
Expand Down
4 changes: 3 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@ dependencies:
permission_handler: ^11.3.1
device_info_plus: ^10.1.0
flutter_foreground_task:
path: "../flutter_foreground_task"
git:
url: https://github.com/vicolo-dev/flutter_foreground_task
ref: master


dev_dependencies:
Expand Down

0 comments on commit b53108c

Please sign in to comment.