diff --git a/pubspec.lock b/pubspec.lock index 829ebf3ba..b1f08dae1 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index f67a76c0a..2bbe07512 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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