Skip to content

Commit

Permalink
fix android build
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-ishita-g committed Dec 12, 2024
1 parent 22b8de4 commit b653489
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
9 changes: 5 additions & 4 deletions app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -709,10 +709,11 @@ packages:
flutter_slidable:
dependency: "direct main"
description:
name: flutter_slidable
sha256: "2c5611c0b44e20d180e4342318e1bbc28b0a44ad2c442f5df16962606fd3e8e3"
url: "https://pub.dev"
source: hosted
path: "."
ref: master
resolved-ref: "3280106581fc8d54eae45f4a446f92cae36d7837"
url: "https://github.com/letsar/flutter_slidable.git"
source: git
version: "3.1.1"
flutter_svg:
dependency: "direct main"
Expand Down
5 changes: 4 additions & 1 deletion app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,10 @@ dependencies:
image: ^3.0.1
flutter_cache_manager: ^3.3.2
permission_handler: ^11.3.1
flutter_slidable: ^3.1.0
flutter_slidable:
git:
url: https://github.com/letsar/flutter_slidable.git
ref: master
flutter_background_service: ^5.0.6
url_launcher: ^6.3.0
battery_plus: ^6.2.0
Expand Down

0 comments on commit b653489

Please sign in to comment.