mirror of
https://github.com/hanskokx/arcane_helper_utils.git
synced 2026-05-14 10:29:07 +02:00
92f475a8c7
- Null `String`s being manipulated should return `null` instead of an empty `String` Signed-off-by: Hans Kokx <hans.kokx@hackberry.se>
73 lines
1.4 KiB
Markdown
73 lines
1.4 KiB
Markdown
## 1.2.5
|
|
|
|
- Null `String`s being manipulated should return `null` instead of an empty `String`
|
|
|
|
## 1.2.4
|
|
|
|
- Made `String` manipulation utilities available for nullable objects
|
|
|
|
## 1.2.3
|
|
|
|
- Adjusted `capitalize` extension to convert remaining letters to lowercase
|
|
|
|
## 1.2.2
|
|
|
|
- Added additional `String` manipulation utilities, including:
|
|
- `capitalizeWords`: Capitalizes the first letter of each word in the string.
|
|
- `spacePascalCase`: Adds spaces between words in a PascalCase string.
|
|
|
|
## 1.2.1
|
|
|
|
- Added additional documentation and examples for new extension.
|
|
|
|
## 1.2.0
|
|
|
|
- Added the `unique` extension for `List` objects.
|
|
|
|
## 1.1.3
|
|
|
|
- Removes `Color` extension due to an incompatibility with Flutter. Sorry, @rania-run!
|
|
|
|
## 1.1.2
|
|
|
|
- Ensure new `Color` extensions are exported from the package.
|
|
|
|
## 1.1.1
|
|
|
|
- Added `Color` extension for luminance. Thanks, @rania-run!
|
|
- Fixed a bug in the `splitByLength` extension on `String`
|
|
|
|
## 1.1.0
|
|
|
|
- [BREAKING] Removed `Unfocuser` widget to ensure pure Dart compatibility.
|
|
|
|
To continue using `Unfocuser`, add `unfocuser: ^1.0.0` to your pubspec.yaml.
|
|
|
|
## 1.0.4
|
|
|
|
- Added `yesterday` and `tomorrow` extensions to `DateTime`
|
|
|
|
## 1.0.3+2
|
|
|
|
- Added an example project
|
|
|
|
## 1.0.3+1
|
|
|
|
- Updated documentation
|
|
|
|
## 1.0.3
|
|
|
|
- Updated linting rules to use arcane_analysis
|
|
|
|
## 1.0.2
|
|
|
|
- Added bulletPoint to CommonString
|
|
|
|
## 1.0.1
|
|
|
|
- Added Unfocuser widget and JSON converters
|
|
|
|
## 1.0.0
|
|
|
|
- Initial release
|