Skip to content

Commit

Permalink
deps: Add convert as a direct dependency
Browse files Browse the repository at this point in the history
We expect to use this in the OTP protocol in web auth (zulip#281).
  • Loading branch information
chrisbobbe authored and gnprice committed Feb 8, 2024
1 parent 6ffcc45 commit 3d110fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ packages:
source: hosted
version: "1.3.3"
convert:
dependency: transitive
dependency: "direct main"
description:
name: convert
sha256: "0f08b14755d163f6e2134cb58222dd25ea2a2ee8a195e53983d57c075324d592"
Expand Down
1 change: 1 addition & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ dependencies:
package_info_plus: ^5.0.1
collection: ^1.17.2
url_launcher: ^6.1.11
convert: ^3.1.1
url_launcher_android: ">=6.1.0"
flutter_localizations:
sdk: flutter
Expand Down

0 comments on commit 3d110fe

Please sign in to comment.