Skip to content

Commit

Permalink
REVERT THIS: Downgraded flutter_sdl_gamepad to pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Lesches committed Jan 21, 2025
1 parent b0bb67b commit 8831df8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -212,11 +212,12 @@ packages:
flutter_sdl_gamepad:
dependency: "direct main"
description:
name: flutter_sdl_gamepad
sha256: "50f9502b1ec17d2e23aff89950f13725da57d1f0db29807e6d372b15a5fa4d86"
url: "https://pub.dev"
source: hosted
version: "1.1.1"
path: "."
ref: macos
resolved-ref: "4e8c1c2cdf3fd86a8a34eb76c0d86bd0dda7c3db"
url: "https://github.com/BinghamtonRover/flutter_sdl_gamepad.git"
source: git
version: "1.0.0"
flutter_test:
dependency: "direct dev"
description: flutter
Expand Down
4 changes: 4 additions & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ dependencies:
flutter_sdl_gamepad: ^1.0.0

dependency_overrides:
flutter_sdl_gamepad:
git:
url: https://github.com/BinghamtonRover/flutter_sdl_gamepad.git
ref: macos
# See: https://github.com/jpnurmi/flutter_libserialport/issues/108
flutter_libserialport:
git: https://github.com/snabble/flutter_libserialport.git
Expand Down

0 comments on commit 8831df8

Please sign in to comment.