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 77a25d7 commit f933ddf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/async.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/// library.
///
/// {@youtube 560 315 https://www.youtube.com/watch?v=r0tHiCjW2w0}
library async;
library;

export 'src/async_cache.dart';
export 'src/async_memoizer.dart';
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
meta: ^1.1.7

dev_dependencies:
dart_flutter_team_lints: ^2.0.0
dart_flutter_team_lints: ^3.0.0
fake_async: ^1.2.0
stack_trace: ^1.10.0
test: ^1.16.0
Expand Down
2 changes: 1 addition & 1 deletion test/io_sink_impl.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// BSD-style license that can be found in the LICENSE file.

@Deprecated('Tests deprecated functionality')
library io_sink_impl;
library;

import 'dart:io';

Expand Down
2 changes: 1 addition & 1 deletion test/sink_base_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// BSD-style license that can be found in the LICENSE file.

@Deprecated('Tests deprecated functionality')
library sink_base_test;
library;

import 'dart:async';
import 'dart:convert';
Expand Down

0 comments on commit f933ddf

Please sign in to comment.