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

Commit f933ddf

Browse files
authored
bump lints dep and fix (#275)
1 parent 77a25d7 commit f933ddf

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

lib/async.dart

Lines changed: 1 addition & 1 deletion
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';

pubspec.yaml

Lines changed: 1 addition & 1 deletion
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

test/io_sink_impl.dart

Lines changed: 1 addition & 1 deletion
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

test/sink_base_test.dart

Lines changed: 1 addition & 1 deletion
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)