analyzer
Este pacote fornece uma biblioteca que realiza análise estática de código Dart.
FlutterVoiceFriend é um aplicativo open-source em Flutter projetado para ajudar desenvolvedores a criar experiências interativas de chatbot baseadas em voz, utilizando uma combinação de tecnologias avançadas de reconhecimento de fala (STT) e síntese de fala (TTS).
Este pacote fornece uma biblioteca que realiza análise estática de código Dart.
Banco de dados NoSQL extremamente rápido, fácil de usar e totalmente assíncrono para Flutter.
Gerador de código para o banco de dados Isar. Encontra classes anotadas com @Collection.
Crie aplicativos poderosos baseados em LLM com o LangChain.dart para Dart e Flutter.
Módulo de integração LangChain.dart para OpenAI (GPT-5, o3, Embeddings, DALL·E, etc.)
Um plugin do Flutter que expõe a capacidade de reconhecimento de fala para texto específica do dispositivo.
Um plugin de áudio de baixo nível para Flutter, principalmente destinado a jogos e aplicativos imersivos. Baseado no motor de áudio SoLoud (C++).
Grava áudio do microfone para arquivo ou fluxo com múltiplos codecs, taxas de bits e taxas de amostragem.
Utilitários para trabalhar com código de interface de função estrangeira (FFI).
v1.3.0Animação de carregamento ou spinner de carregamento ou loader. Usado para exibir uma animação de carregamento quando o aplicativo está em estado de carregamento ou algo está sendo processado por um tempo indeterminado.
Reinicie facilmente seu aplicativo do zero, perdendo qualquer estado anterior
Um pacote puro Dart para verificar sua conexão com a internet com tempos de resposta subsegundos, mesmo em redes móveis!
^6.7.0^2.2.2^2.0.0{"sdk":"flutter"}^5.1.0^1.1.12.0.2^6.2.1^1.2.2^2.5.2^0.19.0{"version":"3.1.8","hosted":"https://pub.isar-community.dev/"}{"version":"3.1.8","hosted":"https://pub.isar-community.dev/"}^0.9.40^0.7.3^0.7.1^1.2.1^3.1.2^5.4.4^1.9.0^2.1.3^11.3.1^6.1.2^5.1.2^2.3.1^7.0.0^4.5.0^1.2.7^3.0.0^2.4.12^1.0.6^0.13.1^3.0.0{"sdk":"flutter"}{"version":"3.1.8","hosted":"https://pub.isar-community.dev/"}Texto original em inglês. Visite o GitHub para a versão atual.
FlutterVoiceFriend is an open-source Flutter application designed to help developers build interactive, voice-driven chatbot experiences using a combination of cutting-edge speech-to-text (STT) and text-to-speech (TTS) technologies. The app leverages Langchain, OpenAI for natural language processing and TTS, as well as both on-device and cloud-based speech recognition (including Deepgram) to offer flexible voice interaction capabilities.
Whether you’re developing a virtual assistant, a conversational AI tool, or an educational voice companion, FlutterVoiceFriend provides a solid foundation for building customizable, voice-based applications.
Voice-to-Voice Chatbot:
Multiple Speech Recognition Options:
Flexible and Modular:
Built with Flutter:
Natural Language Processing with Langchain & OpenAI:
Customizable Voice Responses:
Speech-to-Text Flexibility:
"FlutterVoiceFriend" was initially developed for an interactive and engaging app designed to help children explore their emotions and cultivate mindfulness through guided meditation and self-reflection exercises. The Friend in Me guides kids through various activities that are both meditative and reflective in nature. The goal is to teach children self-compassion, mindfulness, and emotional awareness through fun, simple, and engaging exercises.
speech_to_text and deepgram_speech_to_text).As of the current version, there are several features and enhancements that are planned but not yet implemented. Please take note of the following limitations:
Clone the repository:
git clone https://github.com/jbpassot/flutter_voice_friend.git
cd flutter_voice_friend
Install dependencies:
flutter pub get
Generate Isar code:
dart run build_runner build
Add API Keys:
.env.example to .env..env file.Run the app:
flutter run
Configure Settings:
Enjoy!
The app uses various external services like OpenAI for text generation and Deepgram for speech-to-text. Make sure to configure these in the .env file.
OPENAI_API_KEY=your_openai_api_key
DEEPGRAM_API_KEY=your_deepgram_api_key
For a quick start guide on creating a new activity, please see the SIMPLE_TUTORIAL.md file.
We welcome contributions! Please check the CONTRIBUTING.md file for guidelines on how to contribute.
This project is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. See the LICENSE file for details.
If you have any questions or feedback, feel free to open an issue or contact us at [jbpassot+fluttervoice@gmail.com].