Skip to content

Commit

Permalink
Update pubspec.yaml
Browse files Browse the repository at this point in the history
Updated Pubspec.yaml to accept higher versions of Http package to prevent below error message when installing.
  • Loading branch information
hendawyjr authored Dec 14, 2024
1 parent c92c22c commit ff8ebe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies:
file: ">=6.1.4 <8.0.0"
path: ^1.8.3
args: ^2.4.0
http: ^0.13.6
http: ">=0.13.6 <1.2.3"
meta: ^1.10.0
process: ^5.0.0
unified_analytics: ">=5.8.0 <7.0.0"
Expand Down

0 comments on commit ff8ebe8

Please sign in to comment.