Skip to content

Commit 3d110fe

Browse files
chrisbobbegnprice
authored andcommitted
deps: Add convert as a direct dependency
We expect to use this in the OTP protocol in web auth (zulip#281).
1 parent 6ffcc45 commit 3d110fe

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ packages:
202202
source: hosted
203203
version: "1.3.3"
204204
convert:
205-
dependency: transitive
205+
dependency: "direct main"
206206
description:
207207
name: convert
208208
sha256: "0f08b14755d163f6e2134cb58222dd25ea2a2ee8a195e53983d57c075324d592"

pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ dependencies:
5858
package_info_plus: ^5.0.1
5959
collection: ^1.17.2
6060
url_launcher: ^6.1.11
61+
convert: ^3.1.1
6162
url_launcher_android: ">=6.1.0"
6263
flutter_localizations:
6364
sdk: flutter

0 commit comments

Comments
 (0)