mirror of
https://github.com/foss42/apidash.git
synced 2025-07-04 07:18:11 +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
|
||||
|
@ -7,6 +7,7 @@ export 'utils/utils.dart';
|
||||
export 'services/services.dart';
|
||||
|
||||
// Export 3rd party packages
|
||||
export 'package:collection/collection.dart';
|
||||
export 'package:http/http.dart';
|
||||
export 'package:http_parser/http_parser.dart';
|
||||
export 'package:seed/seed.dart';
|
||||
|
@ -10,6 +10,7 @@ environment:
|
||||
dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
collection: ^1.18.0
|
||||
freezed_annotation: ^2.4.1
|
||||
http: ^1.3.0
|
||||
http_parser: ^4.1.2
|
||||
|
Reference in New Issue
Block a user