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
|
source: hosted
|
||||||
version: "1.0.1"
|
version: "1.0.1"
|
||||||
page_transition:
|
page_transition:
|
||||||
dependency: transitive
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
name: page_transition
|
name: page_transition
|
||||||
url: "https://pub.dartlang.org"
|
url: "https://pub.dartlang.org"
|
||||||
|
|
|
@ -28,6 +28,7 @@ environment:
|
||||||
# versions available, run `flutter pub outdated`.
|
# versions available, run `flutter pub outdated`.
|
||||||
dependencies:
|
dependencies:
|
||||||
animated_splash_screen: ^1.2.0
|
animated_splash_screen: ^1.2.0
|
||||||
|
page_transition: ^2.0.5
|
||||||
cached_network_image: ^3.2.0
|
cached_network_image: ^3.2.0
|
||||||
cupertino_icons: ^1.0.2
|
cupertino_icons: ^1.0.2
|
||||||
dio: ^4.0.6
|
dio: ^4.0.6
|
||||||
|
|
Loading…
Reference in a new issue