Update dependencies

This commit is contained in:
Ankit Mahato
2025-09-28 20:30:17 +05:30
parent c72af2413b
commit b5931d3052
37 changed files with 88 additions and 72 deletions

View File

@@ -297,7 +297,7 @@ class Curl extends Equatable {
void appendCont(String seg) {
cmd += '\\';
cmd += '\n ' + seg + ' ';
cmd += '\n $seg ';
}
// Headers

View File

@@ -1,6 +1,6 @@
name: curl_parser
description: Parse cURL command to Dart object and convert Dart object to cURL command.
version: 0.1.3
version: 0.1.4-dev
homepage: https://github.com/foss42/apidash/tree/main/packages/curl_parser
repository: https://github.com/foss42/apidash/tree/main/packages/curl_parser
issue_tracker: https://github.com/foss42/apidash/issues
@@ -19,7 +19,8 @@ environment:
dependencies:
args: ^2.5.0
equatable: ^2.0.5
seed: ^0.0.3
seed:
path: ../seed
shlex: ^2.0.2
dev_dependencies: