Skip to content

Commit

Permalink
add babylon_tts package
Browse files Browse the repository at this point in the history
  • Loading branch information
danemadsen committed Jul 31, 2024
1 parent 3159656 commit 14cd47b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
[submodule "packages/flutter"]
path = packages/flutter
url = https://github.com/flutter/flutter.git
[submodule "packages/babylon_tts"]
path = packages/babylon_tts
url = https://github.com/Mobile-Artificial-Intelligence/babylon_tts.git
1 change: 1 addition & 0 deletions packages/babylon_tts
Submodule babylon_tts added at 27e976
6 changes: 4 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,14 @@ dependencies:
receive_sharing_intent: ^1.6.7
network_info_plus: ^4.1.0+1
lan_scanner: ^4.0.0+1
maid_llm:
path: packages/maid_llm
google_generative_ai: ^0.2.3
flutter_resizable_container: ^2.0.0
flutter_svg: ^2.0.10+1
dio: ^5.4.3+1
maid_llm:
path: packages/maid_llm
babylon_tts:
path: packages/babylon_tts

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 14cd47b

Please sign in to comment.