Skip to content

Commit 917e183

Browse files
committed
Adds missing meta dependency
1 parent def1024 commit 917e183

4 files changed

Lines changed: 6 additions & 5 deletions

File tree

example/pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,10 +161,10 @@ packages:
161161
nakama:
162162
dependency: "direct main"
163163
description:
164-
path: "../.."
164+
path: ".."
165165
relative: true
166166
source: path
167-
version: "0.0.1"
167+
version: "0.1.0"
168168
path:
169169
dependency: transitive
170170
description:

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
flutter:
1111
sdk: flutter
1212
nakama:
13-
path: ../../
13+
path: ../
1414

1515
dev_dependencies:
1616
flutter_test:

pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ packages:
329329
source: hosted
330330
version: "0.12.10"
331331
meta:
332-
dependency: transitive
332+
dependency: "direct main"
333333
description:
334334
name: meta
335335
url: "https://pub.dartlang.org"

pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ dependencies:
1313
chopper: ^4.0.1
1414
fixnum: ^1.0.0
1515
grpc: ^3.0.0
16+
json_annotation: ^4.0.1
1617
jwt_decoder: ^2.0.1
18+
meta: ^1.3.0
1719
protobuf: ^2.0.0
1820
web_socket_channel: ^2.1.0
19-
json_annotation: ^4.0.1
2021

2122
dev_dependencies:
2223
build_runner: ^2.0.4

0 commit comments

Comments
 (0)