Skip to content

Commit d1d14db

Browse files
committed
chore: add protobuf to dependencies
1 parent 9806b7b commit d1d14db

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

example/pubspec.lock

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ packages:
108108
path: ".."
109109
relative: true
110110
source: path
111-
version: "1.1.2"
111+
version: "1.2.0"
112112
flutter_test:
113113
dependency: "direct dev"
114114
description: flutter
@@ -210,6 +210,14 @@ packages:
210210
url: "https://pub.dev"
211211
source: hosted
212212
version: "5.1.1"
213+
logging:
214+
dependency: transitive
215+
description:
216+
name: logging
217+
sha256: c8245ada5f1717ed44271ed1c26b8ce85ca3228fd2ffdb75468ab01979309d61
218+
url: "https://pub.dev"
219+
source: hosted
220+
version: "1.3.0"
213221
matcher:
214222
dependency: transitive
215223
description:

pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ dependencies:
2222
json_annotation: ^4.9.0
2323
logging: ^1.3.0
2424
path_provider: ^2.0.13
25+
protobuf: ^3.1.0
2526
window_manager: ^0.4.3
2627

2728
dev_dependencies:

0 commit comments

Comments
 (0)