File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 22# See https://dart.dev/tools/pub/glossary#lockfile
33packages:
44 async:
5- dependency: transitive
5+ dependency: "direct main"
66 description:
77 name: async
88 url: "https://pub.dartlang.org"
@@ -37,7 +37,7 @@ packages:
3737 source: hosted
3838 version: "1.1.0"
3939 collection:
40- dependency: transitive
40+ dependency: "direct main"
4141 description:
4242 name: collection
4343 url: "https://pub.dartlang.org"
@@ -72,7 +72,7 @@ packages:
7272 source: hosted
7373 version: "6.1.2"
7474 fixnum:
75- dependency: transitive
75+ dependency: "direct main"
7676 description:
7777 name: fixnum
7878 url: "https://pub.dartlang.org"
@@ -138,7 +138,7 @@ packages:
138138 source: hosted
139139 version: "0.12.10"
140140 meta:
141- dependency: transitive
141+ dependency: "direct main"
142142 description:
143143 name: meta
144144 url: "https://pub.dartlang.org"
Original file line number Diff line number Diff line change @@ -10,7 +10,10 @@ environment:
1010dependencies :
1111 flutter :
1212 sdk : flutter
13-
13+ async : ^2.8.1
14+ collection : ^1.15.0
15+ fixnum : ^1.0.0
16+ meta : ^1.7.0
1417 http : ^0.13.3
1518 logging : ^1.0.2
1619 uuid : ^3.0.4
You can’t perform that action at this time.
0 commit comments