From bd0e94eec14f3535727a0c746e4a99e57a6b4320 Mon Sep 17 00:00:00 2001 From: Matthew Patrick Date: Mon, 25 Apr 2022 20:29:15 +0700 Subject: [PATCH] Added Lottie plugin for animations --- pubspec.lock | 9 ++++++++- pubspec.yaml | 1 + 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/pubspec.lock b/pubspec.lock index ecfe77f..5e7d3fd 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -193,6 +193,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "1.0.1" + lottie: + dependency: "direct main" + description: + name: lottie + url: "https://pub.dartlang.org" + source: hosted + version: "1.3.0" matcher: dependency: transitive description: @@ -445,4 +452,4 @@ packages: version: "3.1.0" sdks: dart: ">=2.16.2 <3.0.0" - flutter: ">=2.8.0" + flutter: ">=2.10.0" diff --git a/pubspec.yaml b/pubspec.yaml index 3ebfca7..12e9a23 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -34,6 +34,7 @@ dependencies: flutter: sdk: flutter flutter_launcher_icons_maker: ^0.10.2 + lottie: ^1.3.0 dev_dependencies: flutter_lints: ^1.0.0