Skip to content

Commit 860b42f

Browse files
Fixing missing meta dependency (flutter#136)
1 parent 3ed032d commit 860b42f

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

packages/flutter_markdown/pubspec.lock

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ packages:
88
url: "https://pub.dartlang.org"
99
source: hosted
1010
version: "0.36.4"
11+
archive:
12+
dependency: transitive
13+
description:
14+
name: archive
15+
url: "https://pub.dartlang.org"
16+
source: hosted
17+
version: "2.0.10"
1118
args:
1219
dependency: transitive
1320
description:
@@ -116,6 +123,13 @@ packages:
116123
url: "https://pub.dartlang.org"
117124
source: hosted
118125
version: "3.1.3"
126+
image:
127+
dependency: transitive
128+
description:
129+
name: image
130+
url: "https://pub.dartlang.org"
131+
source: hosted
132+
version: "2.1.4"
119133
io:
120134
dependency: transitive
121135
description:
@@ -159,7 +173,7 @@ packages:
159173
source: hosted
160174
version: "0.12.5"
161175
meta:
162-
dependency: transitive
176+
dependency: "direct main"
163177
description:
164178
name: meta
165179
url: "https://pub.dartlang.org"
@@ -235,6 +249,13 @@ packages:
235249
url: "https://pub.dartlang.org"
236250
source: hosted
237251
version: "1.8.0+1"
252+
petitparser:
253+
dependency: transitive
254+
description:
255+
name: petitparser
256+
url: "https://pub.dartlang.org"
257+
source: hosted
258+
version: "2.4.0"
238259
pool:
239260
dependency: transitive
240261
description:
@@ -394,6 +415,13 @@ packages:
394415
url: "https://pub.dartlang.org"
395416
source: hosted
396417
version: "1.1.0"
418+
xml:
419+
dependency: transitive
420+
description:
421+
name: xml
422+
url: "https://pub.dartlang.org"
423+
source: hosted
424+
version: "3.5.0"
397425
yaml:
398426
dependency: transitive
399427
description:

packages/flutter_markdown/pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ dependencies:
88
flutter:
99
sdk: flutter
1010
markdown: ^2.0.0
11+
meta: ^1.1.7
1112

1213
dev_dependencies:
1314
flutter_test:

0 commit comments

Comments
 (0)