Skip to content

Commit

Permalink
adding loader_overlay and spinkit to the dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
njogubless committed Feb 3, 2025
1 parent d2e0d69 commit 37e231c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
24 changes: 24 additions & 0 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "4.0.0"
back_button_interceptor:
dependency: transitive
description:
name: back_button_interceptor
sha256: "50d775cee2f75e8788b0577b71261c28638f47c4faf04d5aa566f13c6b19baa3"
url: "https://pub.dev"
source: hosted
version: "8.0.3"
barcode:
dependency: transitive
description:
Expand Down Expand Up @@ -478,6 +486,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.6.1"
flutter_spinkit:
dependency: "direct main"
description:
name: flutter_spinkit
sha256: d2696eed13732831414595b98863260e33e8882fc069ee80ec35d4ac9ddb0472
url: "https://pub.dev"
source: hosted
version: "5.2.1"
flutter_svg:
dependency: transitive
description:
Expand Down Expand Up @@ -752,6 +768,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "5.0.0"
loader_overlay:
dependency: "direct main"
description:
name: loader_overlay
sha256: f3dd16e26cf705f64dd6e8ad36b1b6c15c1f58cb6ecf1f6edeb259f296eb4774
url: "https://pub.dev"
source: hosted
version: "4.0.4+1"
logging:
dependency: transitive
description:
Expand Down
2 changes: 2 additions & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ dependencies:
open_file: ^3.5.10
iconsax_flutter: ^1.0.0
connectivity_plus: ^6.1.2
flutter_spinkit: ^5.2.1
loader_overlay: ^4.0.4+1

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 37e231c

Please sign in to comment.