From b8f39898f5194bcb439eac5370c9372c2e14835f Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Mon, 8 Jul 2024 10:19:54 -0700 Subject: [PATCH] update lints --- lib/characters.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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