mirror of
https://github.com/foss42/apidash.git
synced 2025-12-01 10:17:47 +08:00
Fix collection package dep
This commit is contained in:
@@ -7,6 +7,5 @@ export 'import_export/import_export.dart';
|
||||
export 'utils/utils.dart';
|
||||
|
||||
// Export 3rd party packages
|
||||
export 'package:collection/collection.dart';
|
||||
export 'package:freezed_annotation/freezed_annotation.dart';
|
||||
export 'package:better_networking/better_networking.dart';
|
||||
|
||||
@@ -13,7 +13,6 @@ dependencies:
|
||||
sdk: flutter
|
||||
better_networking:
|
||||
path: ../better_networking
|
||||
collection: ^1.18.0
|
||||
curl_parser:
|
||||
path: ../curl_parser
|
||||
freezed_annotation: ^2.4.1
|
||||
|
||||
Reference in New Issue
Block a user