0.1.0-beta.2
Pre-release
Pre-release
·
23 commits
to master
since this release
- Add
SubtitleControllerand its feature like:- Binary search for single search by providing the duration.
- Multi result search by providing the duration.
- Re-architect the files of project.
- Update regex of
VttRegexandSrtRegex. - Fix
SubtitleParserbug when decoding the subtitles. - You can normalize the subtitle text data while decoding, like remove css styles.
- Manual provide of the
SubtitleType, or leave it to detected auto. - Fix
dart:iobug to support dart js and flutter web by usinguniversal_iopackage. - Reducing non-required dependency
httppackage. - 3 examples added.