Skip to content

VidBee_Flutter v2026.07.11.1

Choose a tag to compare

@github-actions github-actions released this 11 Jul 11:48

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 analyze clean on touched files
  • flutter test all 51 tests passed

Full Changelog: v2026.06.20.3...v2026.07.11.1