File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.0.5
2
+
3
+ * :bug : Exported addBetween function.
4
+
1
5
## 0.0.4
2
6
3
7
* :arrow_up : Updated dependencies
Original file line number Diff line number Diff line change @@ -5,5 +5,6 @@ export 'chopper/chopper.dart';
5
5
export 'common/dimensions.dart' ;
6
6
export 'common/extensions/build_context.dart' ;
7
7
export 'common/extensions/color.dart' ;
8
+ export 'common/extensions/iterable.dart' ;
8
9
export 'common/result/result.dart' ;
9
10
export 'logger/bolt_logger.dart' ;
Original file line number Diff line number Diff line change 1
1
name : dcc_toolkit
2
2
description : " Internal toolkit package used by the DCC team."
3
- version : 0.0.4
3
+ version : 0.0.5
4
4
homepage : https://dutchcodingcompany.com
5
5
repository : https://github.com/DutchCodingCompany/dcc_toolkit
6
6
You can’t perform that action at this time.
0 commit comments