mirror of
https://github.com/hanskokx/arcane_helper_utils.git
synced 2026-05-14 02:19:09 +02:00
## 1.1.2
- Ensure new `Color` extensions are exported from the package. Signed-off-by: Hans Kokx <hans.kokx@hackberry.se>
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
## 1.1.2
|
||||||
|
|
||||||
|
- Ensure new `Color` extensions are exported from the package.
|
||||||
|
|
||||||
## 1.1.1
|
## 1.1.1
|
||||||
|
|
||||||
- Added `Color` extension for luminance. Thanks, @rania-run!
|
- Added `Color` extension for luminance. Thanks, @rania-run!
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
library arcane_helper_utils;
|
library arcane_helper_utils;
|
||||||
|
|
||||||
|
export "package:arcane_helper_utils/src/extensions/color.dart";
|
||||||
export "package:arcane_helper_utils/src/extensions/date_time.dart";
|
export "package:arcane_helper_utils/src/extensions/date_time.dart";
|
||||||
export "package:arcane_helper_utils/src/extensions/string.dart";
|
export "package:arcane_helper_utils/src/extensions/string.dart";
|
||||||
export "package:arcane_helper_utils/src/extensions/string_jwt.dart";
|
export "package:arcane_helper_utils/src/extensions/string_jwt.dart";
|
||||||
|
|||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
name: arcane_helper_utils
|
name: arcane_helper_utils
|
||||||
description: Provides a variety of helpful utilities and extensions for Flutter
|
description: Provides a variety of helpful utilities and extensions for Flutter
|
||||||
and Dart.
|
and Dart.
|
||||||
version: 1.1.1
|
version: 1.1.2
|
||||||
repository: https://github.com/hanskokx/arcane_helper_utils
|
repository: https://github.com/hanskokx/arcane_helper_utils
|
||||||
issue_tracker: https://github.com/hanskokx/arcane_helper_utils/issues
|
issue_tracker: https://github.com/hanskokx/arcane_helper_utils/issues
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user