Skip to content

Commit ca3a1db

Browse files
authored
bump lints dep and fix (dart-archive/async#275)
1 parent 934d81c commit ca3a1db

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

pkgs/async/lib/async.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
/// library.
77
///
88
/// {@youtube 560 315 https://www.youtube.com/watch?v=r0tHiCjW2w0}
9-
library async;
9+
library;
1010

1111
export 'src/async_cache.dart';
1212
export 'src/async_memoizer.dart';

pkgs/async/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
meta: ^1.1.7
1212

1313
dev_dependencies:
14-
dart_flutter_team_lints: ^2.0.0
14+
dart_flutter_team_lints: ^3.0.0
1515
fake_async: ^1.2.0
1616
stack_trace: ^1.10.0
1717
test: ^1.16.0

pkgs/async/test/io_sink_impl.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// BSD-style license that can be found in the LICENSE file.
44

55
@Deprecated('Tests deprecated functionality')
6-
library io_sink_impl;
6+
library;
77

88
import 'dart:io';
99

pkgs/async/test/sink_base_test.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// BSD-style license that can be found in the LICENSE file.
44

55
@Deprecated('Tests deprecated functionality')
6-
library sink_base_test;
6+
library;
77

88
import 'dart:async';
99
import 'dart:convert';

0 commit comments

Comments
 (0)