From ddc8af7d4f368baedb3ce7752b7dc90e1b32e8b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lex=20=C3=81vila?= Date: Sat, 7 Oct 2023 15:32:39 +0200 Subject: [PATCH] updated pubspec --- omispeech/pubspec.yaml | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) diff --git a/omispeech/pubspec.yaml b/omispeech/pubspec.yaml index 0758fc4..621c1f7 100644 --- a/omispeech/pubspec.yaml +++ b/omispeech/pubspec.yaml @@ -26,19 +26,33 @@ dependencies: flutter: sdk: flutter omispeech_android: - path: ../omispeech_android + git: + url: https://github.com/Omicrxn/omispeech.git + path: omispeech_android omispeech_ios: - path: ../omispeech_ios + git: + url: https://github.com/Omicrxn/omispeech.git + path: omispeech_ios omispeech_linux: - path: ../omispeech_linux + git: + url: https://github.com/Omicrxn/omispeech.git + path: omispeech_linux omispeech_macos: - path: ../omispeech_macos + git: + url: https://github.com/Omicrxn/omispeech.git + path: omispeech_macos omispeech_platform_interface: - path: ../omispeech_platform_interface + git: + url: https://github.com/Omicrxn/omispeech.git + path: omispeech_platform_interface omispeech_web: - path: ../omispeech_web + git: + url: https://github.com/Omicrxn/omispeech.git + path: omispeech_web omispeech_windows: - path: ../omispeech_windows + git: + url: https://github.com/Omicrxn/omispeech.git + path: omispeech_windows dev_dependencies: flutter_test: