We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78d152a commit 5944515Copy full SHA for 5944515
client/pubspec.lock
@@ -534,6 +534,13 @@ packages:
534
url: "https://pub.dartlang.org"
535
source: hosted
536
version: "0.6.4"
537
+ lottie:
538
+ dependency: "direct main"
539
+ description:
540
+ name: lottie
541
+ url: "https://pub.dartlang.org"
542
+ source: hosted
543
+ version: "2.3.2"
544
matcher:
545
dependency: transitive
546
description:
client/pubspec.yaml
@@ -29,6 +29,7 @@ dependencies:
29
iconsax: ^0.0.8
30
image_cropper: ^4.0.1
31
image_picker: ^0.8.7
32
+ lottie: ^2.3.2
33
path: ^1.8.2
34
path_provider: ^2.0.14
35
permission_handler: ^10.2.0
0 commit comments