File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,22 @@ packages:
65
65
url: "https://pub.dev"
66
66
source: hosted
67
67
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"
68
84
cupertino_icons:
69
85
dependency: "direct main"
70
86
description:
@@ -358,6 +374,14 @@ packages:
358
374
url: "https://pub.dev"
359
375
source: hosted
360
376
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"
361
385
vector_math:
362
386
dependency: transitive
363
387
description:
Original file line number Diff line number Diff line change @@ -30,6 +30,8 @@ environment:
30
30
dependencies :
31
31
flutter :
32
32
sdk : flutter
33
+ convert : ^3.0.1
34
+ crypto : ^3.0.1
33
35
34
36
35
37
# The following adds the Cupertino Icons font to your application.
You can’t perform that action at this time.
0 commit comments