Skip to content
This repository was archived by the owner on Oct 17, 2024. It is now read-only.

Commit b3608bd

Browse files
authored
bump lints dep and fix (#275)
1 parent cf90551 commit b3608bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/arg_parser/example.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/// This is an example of converting the args in test.dart to use this API.
66
/// It shows what it looks like to build an [ArgParser] and then, when the code
77
/// is run, demonstrates what the generated usage text looks like.
8-
library example;
8+
library;
99

1010
import 'dart:io';
1111

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ environment:
1212
sdk: ^3.3.0
1313

1414
dev_dependencies:
15-
dart_flutter_team_lints: ^2.0.0
15+
dart_flutter_team_lints: ^3.0.0
1616
test: ^1.16.0

0 commit comments

Comments
 (0)