File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 2.0.1
4
+
5
+ * Added collection dependency
6
+
3
7
## 2.0.0
4
8
5
9
* Updated to NNBD
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ packages:
51
51
source: hosted
52
52
version: "0.3.0"
53
53
collection:
54
- dependency: transitive
54
+ dependency: "direct main"
55
55
description:
56
56
name: collection
57
57
url: "https://pub.dartlang.org"
Original file line number Diff line number Diff line change 1
1
name : flinq
2
- version : 2.0.0
2
+ version : 2.0.1
3
3
homepage : https://github.com/marchdev-tk/flinq
4
4
description : Extended capabilities for collections. It's a bunch of shortcuts to avoid unnecesary boilerplate work with collections.
5
5
6
6
environment :
7
7
sdk : ' >=2.12.0 <3.0.0'
8
8
9
9
dependencies :
10
+ collection : ^1.15.0
10
11
11
12
dev_dependencies :
12
13
pedantic : ^1.11.0
You can’t perform that action at this time.
0 commit comments