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