diff --git a/Frontend/pubspec.lock b/Frontend/pubspec.lock index 19f33b23..922c081a 100644 --- a/Frontend/pubspec.lock +++ b/Frontend/pubspec.lock @@ -507,6 +507,14 @@ packages: description: flutter source: sdk version: "0.0.0" + flutter_tts: + dependency: "direct main" + description: + name: flutter_tts + sha256: baa3cb6b4990318460fe28bfa8c7869399e97223971532c02bd97c5e876aa3c5 + url: "https://pub.dev" + source: hosted + version: "4.2.2" flutter_web_plugins: dependency: "direct main" description: flutter diff --git a/Frontend/pubspec.yaml b/Frontend/pubspec.yaml index f6488f79..7930cf75 100644 --- a/Frontend/pubspec.yaml +++ b/Frontend/pubspec.yaml @@ -74,6 +74,7 @@ dependencies: flutter_chat_ui: ^1.6.15 flutter_chat_types: ^3.6.2 uuid: ^4.5.1 + flutter_tts: ^4.2.2 dev_dependencies: flutter_test: