Skip to content

Latest commit

 

History

History
51 lines (41 loc) · 2.23 KB

README.md

File metadata and controls

51 lines (41 loc) · 2.23 KB

An adult content aggregator app.

Features:

  • Supports many Providers: Supported providers include: Pornhub, xHamster and many more (coming soon).
  • Completely Free: Full access to all features with no hidden fees or subscriptions.
  • Offline viewing: Download content for offline viewing from any provider (coming soon).
  • Easy management: Favorite videos, subscriptions (coming soon), and watch history all in one place.
  • Privacy-Focused: Designed with privacy-first principles to ensure data security and discretion (coming soon).
  • Open Source: Free and open-source, allowing anyone to contribute or verify the app security.
  • Modern Design: A sleek and intuitive interface built with Flutter.
  • Supports all platforms: iOS (coming soon), Android, Windows (coming soon), MacOS (coming soon) and Linux (flatpak coming soon).

Building

  1. Download and install the flutter sdk
  2. Clone the repository: git clone --depth=1 https://source.hedon-haven.top viewer
  3. Change directory: cd viewer
  4. Get the dependencies: flutter pub get
  5. Depending on your platform run:
    • Android:
      • flutter build apk --debug or flutter build apk --release
      • To build arch-specific: flutter build apk --release --split-per-abi
    • iOS: Not yet supported
    • Linux:
      • flutter build linux --debug or flutter build linux --release
    • Windows: Not yet supported
    • MacOS: Not yet supported

Run tests

  1. Download and install the flutter sdk
  2. Clone the repository: git clone --depth=1 https://source.hedon-haven.top viewer
  3. Change directory: cd viewer
  4. Get the dependencies: flutter pub get
  5. Generate mocks: flutter pub run build_runner build
  6. Run the tests: flutter test

Credit