Skip to content

Commit 0ebdec6

Browse files
authored
[stream_transform] bump to latest lints (#1945)
1 parent 342e002 commit 0ebdec6

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

pkgs/stream_transform/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 2.1.2-wip
2+
13
## 2.1.1
24

35
- Require Dart 3.1 or greater

pkgs/stream_transform/lib/src/common_callbacks.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5-
void ignoreArgument(_) {}
5+
void ignoreArgument(Object? _) {}

pkgs/stream_transform/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: stream_transform
2-
version: 2.1.1
2+
version: 2.1.2-wip
33
description: A collection of utilities to transform and manipulate streams.
44
repository: https://github.com/dart-lang/tools/tree/main/pkgs/stream_transform
55

@@ -8,6 +8,6 @@ environment:
88

99
dev_dependencies:
1010
async: ^2.5.0
11-
dart_flutter_team_lints: ^2.0.0
11+
dart_flutter_team_lints: ^3.0.0
1212
fake_async: ^1.3.0
1313
test: ^1.16.0

0 commit comments

Comments
 (0)