From 6fb89fe68eea96c766ea6ae0a4f5b44d54416e5d Mon Sep 17 00:00:00 2001 From: Matthew Patrick Date: Sat, 23 Apr 2022 13:49:05 +0700 Subject: [PATCH] Added animated_splash_screen --- pubspec.lock | 14 ++++++++++++++ pubspec.yaml | 1 + 2 files changed, 15 insertions(+) diff --git a/pubspec.lock b/pubspec.lock index 3b26bac..f3f7c4e 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1,6 +1,13 @@ # Generated by pub # See https://dart.dev/tools/pub/glossary#lockfile packages: + animated_splash_screen: + dependency: "direct main" + description: + name: animated_splash_screen + url: "https://pub.dartlang.org" + source: hosted + version: "1.2.0" async: dependency: transitive description: @@ -186,6 +193,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "1.0.1" + page_transition: + dependency: transitive + description: + name: page_transition + url: "https://pub.dartlang.org" + source: hosted + version: "2.0.5" path: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index b6f98f5..5d7c6ac 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -27,6 +27,7 @@ environment: # the latest version available on pub.dev. To see which dependencies have newer # versions available, run `flutter pub outdated`. dependencies: + animated_splash_screen: ^1.2.0 cached_network_image: ^3.2.0 cupertino_icons: ^1.0.2 dio: ^4.0.6