Skip to content

Commit c4509cc

Browse files
authored
1 parent 58c8b89 commit c4509cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkgs/characters/lib/characters.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// BSD-style license that can be found in the LICENSE file.
44

55
/// String operations based on characters (Unicode grapheme clusters).
6-
library characters;
6+
library;
77

88
export "src/characters.dart";
99
export "src/extensions.dart";

pkgs/characters/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ environment:
1212
sdk: ^3.4.0
1313

1414
dev_dependencies:
15-
dart_flutter_team_lints: ^2.0.0
15+
dart_flutter_team_lints: ^3.0.0
1616
test: ^1.16.6

0 commit comments

Comments
 (0)