From 34e1dffa0a1190d8f1a0e01ee6aba0746f006d44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Poizat?= Date: Wed, 21 Jan 2026 09:56:48 +0100 Subject: [PATCH] Add lottie package To display lottie animation in web --- pubspec.lock | 8 ++++++++ scribe/pubspec.lock | 8 ++++++++ scribe/pubspec.yaml | 2 ++ 3 files changed, 18 insertions(+) diff --git a/pubspec.lock b/pubspec.lock index d3b6e2346..9a29566f6 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1471,6 +1471,14 @@ packages: url: "https://pub.dev" source: hosted version: "1.2.0" + lottie: + dependency: transitive + description: + name: lottie + sha256: c5fa04a80a620066c15cf19cc44773e19e9b38e989ff23ea32e5903ef1015950 + url: "https://pub.dev" + source: hosted + version: "3.3.1" lottie_native: dependency: "direct main" description: diff --git a/scribe/pubspec.lock b/scribe/pubspec.lock index 1f175604e..fb23e8b02 100644 --- a/scribe/pubspec.lock +++ b/scribe/pubspec.lock @@ -766,6 +766,14 @@ packages: url: "https://pub.dev" source: hosted version: "1.3.0" + lottie: + dependency: "direct main" + description: + name: lottie + sha256: c5fa04a80a620066c15cf19cc44773e19e9b38e989ff23ea32e5903ef1015950 + url: "https://pub.dev" + source: hosted + version: "3.3.1" matcher: dependency: transitive description: diff --git a/scribe/pubspec.yaml b/scribe/pubspec.yaml index b295d9b88..192036117 100644 --- a/scribe/pubspec.yaml +++ b/scribe/pubspec.yaml @@ -34,6 +34,8 @@ dependencies: intl: 0.20.2 + lottie: 3.3.1 + json_annotation: 4.8.0 flutter_svg: 2.1.0