VidBee_Flutter v2026.07.11.1
Features
- Open downloaded files from History via Android FileProvider + system app chooser (video/audio).
Changes
- Async-ify download output path resolution (
listSync/existsSync/statSync→ async I/O) so large download folders no longer block the UI isolate after a completed download. - Resolve history file paths asynchronously and support directory + savedFileName fallbacks.
- Deduplicate settings language list by reusing
shared/constants/languages.dart. - Expand FileProvider paths to cover public Download and app external-files directories.
Tests
flutter analyzeclean on touched filesflutter testall 51 tests passed
Full Changelog: v2026.06.20.3...v2026.07.11.1