We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39f45c8 commit 1bda9c6Copy full SHA for 1bda9c6
lib/dcc_toolkit.dart
@@ -5,5 +5,6 @@ export 'chopper/chopper.dart';
5
export 'common/dimensions.dart';
6
export 'common/extensions/build_context.dart';
7
export 'common/extensions/color.dart';
8
+export 'common/extensions/iterable.dart';
9
export 'common/result/result.dart';
10
export 'logger/bolt_logger.dart';
pubspec.yaml
@@ -1,6 +1,6 @@
1
name: dcc_toolkit
2
description: "Internal toolkit package used by the DCC team."
3
-version: 0.0.4
+version: 0.0.5
4
homepage: https://dutchcodingcompany.com
repository: https://github.com/DutchCodingCompany/dcc_toolkit
0 commit comments