Add responsive dependencies
This commit is contained in:
parent
a48a62e668
commit
1322015900
2 changed files with 8 additions and 0 deletions
|
@ -352,6 +352,13 @@ packages:
|
|||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "4.2.4"
|
||||
responsify:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
name: responsify
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "1.0.0+5"
|
||||
rxdart:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
|
|
@ -36,6 +36,7 @@ dependencies:
|
|||
flutter_form_builder: ^7.1.1
|
||||
flutter_launcher_icons_maker: ^0.10.2
|
||||
lottie: ^1.3.0
|
||||
responsify: ^1.0.0+5
|
||||
shared_preferences: ^2.0.13
|
||||
|
||||
dev_dependencies:
|
||||
|
|
Loading…
Reference in a new issue