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

Commit

Permalink
bump lints dep and fix (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo authored May 28, 2024
1 parent cf90551 commit b3608bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/arg_parser/example.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b3608bd

Please sign in to comment.