mirror of
https://github.com/foss42/apidash.git
synced 2025-12-01 10:17:47 +08:00
better_networking & apidash_core: fixed package exports
This commit is contained in:
@@ -9,6 +9,3 @@ export 'utils/utils.dart';
|
||||
// Export 3rd party packages
|
||||
export 'package:collection/collection.dart';
|
||||
export 'package:freezed_annotation/freezed_annotation.dart';
|
||||
export 'package:http/http.dart';
|
||||
export 'package:http_parser/http_parser.dart';
|
||||
export 'package:seed/seed.dart';
|
||||
|
||||
@@ -15,15 +15,10 @@ dependencies:
|
||||
curl_parser:
|
||||
path: ../curl_parser
|
||||
freezed_annotation: ^2.4.1
|
||||
http: ^1.3.0
|
||||
http_parser: ^4.1.2
|
||||
insomnia_collection:
|
||||
path: ../insomnia_collection
|
||||
json5: ^0.8.2
|
||||
postman:
|
||||
path: ../postman
|
||||
seed: ^0.0.3
|
||||
xml: ^6.3.0
|
||||
better_networking:
|
||||
path: ../better_networking
|
||||
|
||||
|
||||
Reference in New Issue
Block a user