From b3608bd95168428621689dce62f873b76a1617d4 Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Tue, 28 May 2024 12:42:24 -0700 Subject: [PATCH] bump lints dep and fix (#275) --- example/arg_parser/example.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/arg_parser/example.dart b/example/arg_parser/example.dart index 2123cc4..0a6cc97 100644 --- a/example/arg_parser/example.dart +++ b/example/arg_parser/example.dart @@ -5,7 +5,7 @@ /// This is an example of converting the args in test.dart to use this API. /// It shows what it looks like to build an [ArgParser] and then, when the code /// is run, demonstrates what the generated usage text looks like. -library example; +library; import 'dart:io'; diff --git a/pubspec.yaml b/pubspec.yaml index df4a847..2b70992 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -12,5 +12,5 @@ environment: sdk: ^3.3.0 dev_dependencies: - dart_flutter_team_lints: ^2.0.0 + dart_flutter_team_lints: ^3.0.0 test: ^1.16.0