From c4509cc6a60ba234370a60bf3874d171a63202c5 Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Mon, 8 Jul 2024 10:41:52 -0700 Subject: [PATCH] update lints (dart-lang/characters#104) --- pkgs/characters/lib/characters.dart | 2 +- pkgs/characters/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/characters/lib/characters.dart b/pkgs/characters/lib/characters.dart index d56d787f..549b86fd 100644 --- a/pkgs/characters/lib/characters.dart +++ b/pkgs/characters/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/pkgs/characters/pubspec.yaml b/pkgs/characters/pubspec.yaml index 75073654..8ad4579e 100644 --- a/pkgs/characters/pubspec.yaml +++ b/pkgs/characters/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