diff --git a/lib/characters.dart b/lib/characters.dart index d56d787..549b86f 100644 --- a/lib/characters.dart +++ b/lib/characters.dart @@ -3,7 +3,7 @@ // BSD-style license that can be found in the LICENSE file. /// String operations based on characters (Unicode grapheme clusters). -library characters; +library; export "src/characters.dart"; export "src/extensions.dart"; diff --git a/pubspec.yaml b/pubspec.yaml index 7507365..8ad4579 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -12,5 +12,5 @@ environment: sdk: ^3.4.0 dev_dependencies: - dart_flutter_team_lints: ^2.0.0 + dart_flutter_team_lints: ^3.0.0 test: ^1.16.6