VidBee_Flutter v2026.07.11.2
Fixes
- History task details sheet: Keep Open / Share / Close always visible.
Long titles, URLs, paths, or errors used to overflow a non-scrollable
Column and clip the bottom actions; the sheet is now scroll-controlled
with a pinned action bar and safe-area padding.
Features / Engine
- Bundled yt-dlp updated to 2026.07.04 (
res/raw/ytdlp+
_bundledYtDlpVersion), so offline installs start with the current
stable extractor without waiting for an in-app update.
Changes
- Show the real app version via
PackageInfoin About and the update
subtitle (no more stale1.0.13placeholder). - Drop unused
subscription_idfrom the Drift schema (schemaVersion = 3).
Old databases keep the orphan column (minSdk SQLite cannot DROP COLUMN
safely); new installs no longer create it. - Re-enable R8 minify + resource shrinking with expanded ProGuard keep
rules for extractor / youtubedl-android / Flutter / app channels. - Re-enable
prefer_const_*lints (analyzer clean). - Split settings UI: cookie management section + section header widgets
extracted from the monolithic settings page.
Tests
flutter analyzecleanflutter testall 51 tests passed (schemaVersion=3 covered)
Full Changelog: v2026.07.11.1...v2026.07.11.2