From d7f35bea89ceda6da3445ae47fe7f2c9db5f7572 Mon Sep 17 00:00:00 2001 From: Alexander Junggeburth Date: Thu, 18 Aug 2022 17:06:07 +0200 Subject: [PATCH] use fork --- vibration/pubspec.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vibration/pubspec.yaml b/vibration/pubspec.yaml index cf03a98..ed0066d 100644 --- a/vibration/pubspec.yaml +++ b/vibration/pubspec.yaml @@ -10,7 +10,10 @@ environment: dependencies: flutter: sdk: flutter - vibration_web: ^1.6.4 + vibration_web: + git: + url: https://github.com/snabble/flutter_vibration + path: vibration_web dev_dependencies: flutter_test: