From d76512d7c6889ab0fd983c2d0c4c3f64557e4e30 Mon Sep 17 00:00:00 2001 From: Moe Date: Thu, 12 May 2022 10:25:40 +0700 Subject: [PATCH] Fix depend on referenced packages --- pubspec.lock | 2 +- pubspec.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pubspec.lock b/pubspec.lock index 80fc46c..4ad5ecb 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -255,7 +255,7 @@ packages: source: hosted version: "1.0.1" page_transition: - dependency: transitive + dependency: "direct main" description: name: page_transition url: "https://pub.dartlang.org" diff --git a/pubspec.yaml b/pubspec.yaml index 4f16b42..379ca02 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -28,6 +28,7 @@ environment: # versions available, run `flutter pub outdated`. dependencies: animated_splash_screen: ^1.2.0 + page_transition: ^2.0.5 cached_network_image: ^3.2.0 cupertino_icons: ^1.0.2 dio: ^4.0.6