Skip to content

Commit 6d9a72e

Browse files
committed
Pubspec updated (protobuf to 0.9.1 to fix issue).
1 parent d337792 commit 6d9a72e

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pubspec.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,12 @@ dependencies:
1313
flutter:
1414
sdk: flutter
1515
convert: '^2.0.2'
16-
protobuf:
17-
git:
18-
url: [email protected]:dart-lang/protobuf.git
16+
protobuf: '^0.9.1'
1917

2018
dev_dependencies:
2119
flutter_test:
2220
sdk: flutter
2321

2422
environment:
25-
sdk: ">=2.0.0-dev.28.0 <3.0.0"
26-
flutter: ">=0.2.4 <2.0.0"
23+
sdk: '>=2.0.0-dev.28.0 <3.0.0'
24+
flutter: '>=0.2.4 <2.0.0'

0 commit comments

Comments
 (0)