mirror of
https://github.com/foss42/apidash.git
synced 2025-12-02 10:49:49 +08:00
Merge branch 'main' into client_cancellation
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import 'package:apidash_core/consts.dart';
|
||||
import 'package:collection/collection.dart';
|
||||
import 'package:seed/seed.dart';
|
||||
import '../models/models.dart';
|
||||
import 'graphql_utils.dart';
|
||||
@@ -52,7 +51,7 @@ List<Map<String, String>>? rowsToFormDataMapList(
|
||||
"value": formData.value,
|
||||
"type": formData.type.name,
|
||||
})
|
||||
.whereNotNull()
|
||||
.nonNulls
|
||||
.toList();
|
||||
return finalMap;
|
||||
}
|
||||
|
||||
@@ -15,12 +15,12 @@ dependencies:
|
||||
curl_parser:
|
||||
path: ../curl_parser
|
||||
freezed_annotation: ^2.4.1
|
||||
http: ^1.2.1
|
||||
http_parser: ^4.0.2
|
||||
postman:
|
||||
path: ../postman
|
||||
http: ^1.3.0
|
||||
http_parser: ^4.1.2
|
||||
insomnia_collection:
|
||||
path: ../insomnia_collection
|
||||
postman:
|
||||
path: ../postman
|
||||
seed: ^0.0.3
|
||||
xml: ^6.3.0
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# melos_managed_dependency_overrides: curl_parser,postman,seed,insomnia_collection
|
||||
# melos_managed_dependency_overrides: curl_parser,insomnia_collection,postman,seed
|
||||
dependency_overrides:
|
||||
curl_parser:
|
||||
path: ../curl_parser
|
||||
|
||||
Reference in New Issue
Block a user