Skip to content

Commit 1bda9c6

Browse files
committed
🐛 Export addBetween function...
1 parent 39f45c8 commit 1bda9c6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/dcc_toolkit.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ export 'chopper/chopper.dart';
55
export 'common/dimensions.dart';
66
export 'common/extensions/build_context.dart';
77
export 'common/extensions/color.dart';
8+
export 'common/extensions/iterable.dart';
89
export 'common/result/result.dart';
910
export 'logger/bolt_logger.dart';

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dcc_toolkit
22
description: "Internal toolkit package used by the DCC team."
3-
version: 0.0.4
3+
version: 0.0.5
44
homepage: https://dutchcodingcompany.com
55
repository: https://github.com/DutchCodingCompany/dcc_toolkit
66

0 commit comments

Comments
 (0)