Manual fix of windows build issue

This commit is contained in:
JHubi1 2025-04-11 22:08:14 +02:00
parent 40a2a27e20
commit 7be0d1adf0
No known key found for this signature in database
GPG Key ID: F538DC3FC5B07498
2 changed files with 9 additions and 5 deletions

View File

@ -395,10 +395,11 @@ packages:
flutter_tts: flutter_tts:
dependency: "direct main" dependency: "direct main"
description: description:
name: flutter_tts path: "."
sha256: baa3cb6b4990318460fe28bfa8c7869399e97223971532c02bd97c5e876aa3c5 ref: "607fd86d44592407f9df5c980614c7bf7141f4f8"
url: "https://pub.dev" resolved-ref: "607fd86d44592407f9df5c980614c7bf7141f4f8"
source: hosted url: "https://github.com/mumu-lhl/flutter_tts.git"
source: git
version: "4.2.2" version: "4.2.2"
flutter_web_plugins: flutter_web_plugins:
dependency: transitive dependency: transitive

View File

@ -37,7 +37,10 @@ dependencies:
flutter_displaymode: ^0.6.0 flutter_displaymode: ^0.6.0
duration_picker: ^1.2.0 duration_picker: ^1.2.0
speech_to_text: ^7.0.0 speech_to_text: ^7.0.0
flutter_tts: ^4.0.2 flutter_tts:
git:
url: https://github.com/mumu-lhl/flutter_tts.git
ref: 607fd86d44592407f9df5c980614c7bf7141f4f8
permission_handler: ^11.3.1 permission_handler: ^11.3.1
datetime_loop: ^1.2.0 datetime_loop: ^1.2.0
dynamic_color: ^1.7.0 dynamic_color: ^1.7.0