We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58c8b89 commit c4509ccCopy full SHA for c4509cc
pkgs/characters/lib/characters.dart
@@ -3,7 +3,7 @@
3
// BSD-style license that can be found in the LICENSE file.
4
5
/// String operations based on characters (Unicode grapheme clusters).
6
-library characters;
+library;
7
8
export "src/characters.dart";
9
export "src/extensions.dart";
pkgs/characters/pubspec.yaml
@@ -12,5 +12,5 @@ environment:
12
sdk: ^3.4.0
13
14
dev_dependencies:
15
- dart_flutter_team_lints: ^2.0.0
+ dart_flutter_team_lints: ^3.0.0
16
test: ^1.16.6
0 commit comments