Fix collection package dep

This commit is contained in:
Ankit Mahato
2025-06-29 05:38:45 +05:30
parent fe7f873722
commit 9b5b6f148e
4 changed files with 2 additions and 2 deletions

View File

@@ -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';

View File

@@ -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