File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 2.1.2-wip
2
+
1
3
## 2.1.1
2
4
3
5
- Require Dart 3.1 or greater
Original file line number Diff line number Diff line change 2
2
// for details. All rights reserved. Use of this source code is governed by a
3
3
// BSD-style license that can be found in the LICENSE file.
4
4
5
- void ignoreArgument (_) {}
5
+ void ignoreArgument (Object ? _) {}
Original file line number Diff line number Diff line change 1
1
name : stream_transform
2
- version : 2.1.1
2
+ version : 2.1.2-wip
3
3
description : A collection of utilities to transform and manipulate streams.
4
4
repository : https://github.com/dart-lang/tools/tree/main/pkgs/stream_transform
5
5
@@ -8,6 +8,6 @@ environment:
8
8
9
9
dev_dependencies :
10
10
async : ^2.5.0
11
- dart_flutter_team_lints : ^2 .0.0
11
+ dart_flutter_team_lints : ^3 .0.0
12
12
fake_async : ^1.3.0
13
13
test : ^1.16.0
You can’t perform that action at this time.
0 commit comments