Fix depend on referenced packages
This commit is contained in:
parent
2a9a5576ee
commit
d76512d7c6
2 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue