Skip to content

Commit

Permalink
Bump flutter_slidable to 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
amake committed Dec 12, 2024
1 parent 734b9b6 commit 88731a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
11 changes: 5 additions & 6 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -231,12 +231,11 @@ packages:
flutter_slidable:
dependency: "direct main"
description:
path: "."
ref: master
resolved-ref: "3280106581fc8d54eae45f4a446f92cae36d7837"
url: "https://github.com/letsar/flutter_slidable.git"
source: git
version: "3.1.1"
name: flutter_slidable
sha256: a857de7ea701f276fd6a6c4c67ae885b60729a3449e42766bb0e655171042801
url: "https://pub.dev"
source: hosted
version: "3.1.2"
flutter_svg:
dependency: "direct main"
description:
Expand Down
9 changes: 1 addition & 8 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies:
flutter_charset_detector: ^4.0.0
# flutter_charset_detector:
# path: ../flutter_charset_detector/flutter_charset_detector
flutter_slidable: ^3.0.1
flutter_slidable: ^3.1.2
google_fonts: ^6.0.0
http: ^1.1.0
intl: ^0.19.0
Expand Down Expand Up @@ -64,10 +64,3 @@ flutter:
- assets/test/
- "assets/test/foo: bar/"
- assets/licenses/

dependency_overrides:
# Work around https://github.com/letsar/flutter_slidable/issues/488
flutter_slidable:
git:
url: https://github.com/letsar/flutter_slidable.git
ref: master

0 comments on commit 88731a1

Please sign in to comment.