Added nbsp and updated package deps

This commit is contained in:
2025-03-06 15:34:39 +01:00
parent b066eace19
commit 44e26460d8
3 changed files with 12 additions and 3 deletions
+5
View File
@@ -1,3 +1,8 @@
## 1.3.0
- Added a non-breaking space character to `CommonString` as `CommonString.nbsp`
- Updated package dependencies
## 1.2.6
- Added the `printValue()` extension.
+4
View File
@@ -8,6 +8,10 @@ abstract class CommonString {
/// A bullet point (`•`) is a small, round symbol used in typography to indicate a new
/// item in a list or to separate items in a series.
static const String bulletPoint = "";
/// A non-breaking space is similar to a standard space, however it prevents automatic
/// line breaks.
static const String nbsp = "\u00A0";
}
/// An extension that adds convenience methods to handle nullability and
+3 -3
View File
@@ -1,7 +1,7 @@
name: arcane_helper_utils
description: Provides a variety of helpful utilities and extensions for Flutter
and Dart.
version: 1.2.6
version: 1.3.0
repository: https://github.com/hanskokx/arcane_helper_utils
issue_tracker: https://github.com/hanskokx/arcane_helper_utils/issues
@@ -14,8 +14,8 @@ environment:
sdk: ^3.5.2
dependencies:
freezed_annotation: ^2.4.4
freezed_annotation: ^3.0.0
week_number: ^1.1.0
dev_dependencies:
arcane_analysis: ^1.0.1
arcane_analysis: ^1.0.3