Remove unused dependencies
This commit is contained in:
parent
029f298b43
commit
755b9914fb
2 changed files with 0 additions and 30 deletions
28
pubspec.lock
28
pubspec.lock
|
@ -1,13 +1,6 @@
|
|||
# Generated by pub
|
||||
# See https://dart.dev/tools/pub/glossary#lockfile
|
||||
packages:
|
||||
accordion:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
name: accordion
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "2.2.3"
|
||||
animated_splash_screen:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
|
@ -184,20 +177,6 @@ packages:
|
|||
description: flutter
|
||||
source: sdk
|
||||
version: "0.0.0"
|
||||
get:
|
||||
dependency: transitive
|
||||
description:
|
||||
name: get
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "4.6.1"
|
||||
getwidget:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
name: getwidget
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "2.0.5"
|
||||
http:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
@ -380,13 +359,6 @@ packages:
|
|||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "0.27.3"
|
||||
scroll_to_index:
|
||||
dependency: transitive
|
||||
description:
|
||||
name: scroll_to_index
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "2.1.1"
|
||||
shared_preferences:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
|
|
|
@ -27,7 +27,6 @@ environment:
|
|||
# the latest version available on pub.dev. To see which dependencies have newer
|
||||
# versions available, run `flutter pub outdated`.
|
||||
dependencies:
|
||||
accordion: ^2.2.3
|
||||
animated_splash_screen: ^1.2.0
|
||||
cached_network_image: ^3.2.0
|
||||
cupertino_icons: ^1.0.2
|
||||
|
@ -36,7 +35,6 @@ dependencies:
|
|||
sdk: flutter
|
||||
flutter_form_builder: ^7.1.1
|
||||
flutter_launcher_icons_maker: ^0.10.2
|
||||
getwidget: ^2.0.5
|
||||
lottie: ^1.3.0
|
||||
shared_preferences: ^2.0.13
|
||||
|
||||
|
|
Loading…
Reference in a new issue