- Updated docs
- Added pause() and resume() methods for streaming
- Add missing streaming features (thanks @DamienDeepgram)
- Fixed: Memory leak + infinity future (thanks @PcolBP)
- DeepgramSttResult now has .type getter, .transcript is safer and nullable
- Fixed utf8 parsing issue
- Update web_socket_channel dependency
- Added
transcribeFromPath()
for convenience. - Fixed package on web.
- Updated example to work on web.
- Support for TTS (text to speech)
- Better documentation and debug hints
- STT methods now return a
DeepgramSttResult
instead of plain json string (breaking change) - Updated example in README.md and /example, added a flutter demo
- Better documentation
- Better doc
- Added WEB support (for real this time)
- Tried to add WEB support
- Fixed incorrect documentation
- Formatted for pub.dev
- Initial version.