All projects
Mobile2025v1

Zenova

A fast, private video & reel downloader with one-tap share-sheet capture.

Role: Solo Developer
Zenova

Zenova is a Flutter app for saving videos and reels for offline viewing. It runs a modular extraction engine with dedicated extractors for multiple sources, downloads in original/HD quality over Dio, and keeps a local download history — with no accounts and nothing stored on a server. The nicest touch is Android share-target integration: share a link from another app straight into Zenova and a compact mode pops up to grab it in a single tap.

Highlights

  • Designed a modular extraction engine with per-source extractors plus a generic fallback, so new sources slot in cleanly.
  • Integrated Zenova as an Android share target with a 'compact mode' launched over a MethodChannel — share a link from any app and download in one tap without opening the full UI.
  • Handled the native realities: runtime storage permissions, scoped file paths, HD/original-quality downloads via Dio, and opening finished files in place.
  • Privacy-first by design — no accounts, no server, local-only download history.

Tech

FlutterDartDioAndroid / MethodChannelpermission_handler