- Fix README badges: replace broken popularity badge with likes, use static pub points badge
- Shorten package description for pub.dev compliance
- Improved README with logo, badges, and expanded docs
- Initial release
- Transcript extraction with
transcribe() - Translation to 100+ languages
- ASR audio transcription with
transcribeAsr()andwaitForJob() - Batch processing up to 100 videos
- Export: SRT, VTT, plain text, timestamped text
- Search within transcripts
- Account stats and history
- Typed exceptions:
NoCaptionsException,RateLimitException, etc. - Automatic retries on 5xx errors
- Flutter widget example included