Skip to content

Commit

Permalink
Work around issue with flutter_slidable
Browse files Browse the repository at this point in the history
  • Loading branch information
amake committed Aug 24, 2024
1 parent 5463b0a commit 81b14fc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
9 changes: 5 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -232,10 +232,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
7 changes: 6 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ flutter:
- assets/fonts/
- assets/test/

# Work around Dart 3.5.0 breakage: https://stackoverflow.com/q/69553108
dependency_overrides:
# Work around Dart 3.5.0 breakage: https://stackoverflow.com/q/69553108
pinenacl: ^0.6.0
# 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 81b14fc

Please sign in to comment.