Skip to content

Commit b5243b9

Browse files
committed
add missed packages
1 parent b6edd4d commit b5243b9

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

pubspec.lock

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,22 @@ packages:
6565
url: "https://pub.dev"
6666
source: hosted
6767
version: "1.18.0"
68+
convert:
69+
dependency: "direct main"
70+
description:
71+
name: convert
72+
sha256: "0f08b14755d163f6e2134cb58222dd25ea2a2ee8a195e53983d57c075324d592"
73+
url: "https://pub.dev"
74+
source: hosted
75+
version: "3.1.1"
76+
crypto:
77+
dependency: "direct main"
78+
description:
79+
name: crypto
80+
sha256: ff625774173754681d66daaf4a448684fb04b78f902da9cb3d308c19cc5e8bab
81+
url: "https://pub.dev"
82+
source: hosted
83+
version: "3.0.3"
6884
cupertino_icons:
6985
dependency: "direct main"
7086
description:
@@ -358,6 +374,14 @@ packages:
358374
url: "https://pub.dev"
359375
source: hosted
360376
version: "0.6.1"
377+
typed_data:
378+
dependency: transitive
379+
description:
380+
name: typed_data
381+
sha256: facc8d6582f16042dd49f2463ff1bd6e2c9ef9f3d5da3d9b087e244a7b564b3c
382+
url: "https://pub.dev"
383+
source: hosted
384+
version: "1.3.2"
361385
vector_math:
362386
dependency: transitive
363387
description:

pubspec.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ environment:
3030
dependencies:
3131
flutter:
3232
sdk: flutter
33+
convert: ^3.0.1
34+
crypto: ^3.0.1
3335

3436

3537
# The following adds the Cupertino Icons font to your application.

0 commit comments

Comments
 (0)