Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 674 Bytes

File metadata and controls

22 lines (17 loc) · 674 Bytes

0.1.2

  • Fix README badges: replace broken popularity badge with likes, use static pub points badge

0.1.1

  • Shorten package description for pub.dev compliance
  • Improved README with logo, badges, and expanded docs

0.1.0

  • Initial release
  • Transcript extraction with transcribe()
  • Translation to 100+ languages
  • ASR audio transcription with transcribeAsr() and waitForJob()
  • 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