Skip to content

Commit e872c92

Browse files
committed
Add more String extensions
1 parent a675347 commit e872c92

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

packages/netglade_utils/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11

2+
## 2.3.0
3+
- Add more String extensions.
4+
25
## 2.2.0
36
- Add `mapIndexed2` - replacement for built-in mapIndexed which uses sync*
47
- Add `where` extension on Map type - returning new map instance.

packages/netglade_utils/lib/src/extensions/string_extensions.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ extension StringExtensions on String {
7878
}
7979
}
8080

81+
// ignore: prefer-single-declaration-per-file, ok in single file.
8182
extension NullableStringExtensions on String? {
8283
/// Returns true when `this` is either `null` or `isBlank`.
8384
///

packages/netglade_utils/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: netglade_utils
2-
version: 2.2.0
2+
version: 2.3.0
33
description: Dart utils used internally at netglade.
44
repository: https://github.com/netglade/flutter_core/tree/main/packages/netglade_utils
55
issue_tracker: https://github.com/netglade/flutter_core/issues

0 commit comments

Comments
 (0)