Youtube video downloader made using flutter.

Overview

FluTube

Youtube video downloader made using flutter.

GitHub release License Build from source

Direct app download


Build from source

  • Download latest Flutter SDK (>=2.2.3)
  • Clone this repo and then for building
# Download dependencies
$ flutter pub get; flutter create .

# For Direct Testing
$ flutter build <windows/apk/linux>
Comments
  • Add french translation

    Add french translation

    Hello!

    I have made the French translation of the app.

    Also, for future updates, it would be nice to translate with something like Weblate as it is free for open-source projects, auto-push the new translations and support .arb files.

    opened by BrightDV 4
  • Minor suggestion for release-assets

    Minor suggestion for release-assets

    Add version code in the names of all packages. It's hard to recognize versions if someone downloaded multiple releases of same type packages. For reference check KOReader release-assets.

    Thankyou🙏🏿

    opened by shuvashish76 3
  • request: direct download from url

    request: direct download from url

    a "direct download from url" sort of thing would be very time saving that would start download in pre set quality [if available, 3gpp should be always available], set from the settings, directly from the entered url. It's button can be placed where url is entered.

    opened by sidmint 3
  • Incorrect cmake version while running in debug mode

    Incorrect cmake version while running in debug mode

    Incorrect version of cmake is identified with message. While I have version 3.24.1 for cmake on linux system.

    This will generate a JSON format file containing all messages that 
    need to be translated.
    Launching lib/main.dart on Linux in debug mode...
    CMake Error at flutter/ephemeral/.plugin_symlinks/dart_vlc/linux/CMakeLists.txt:19 (cmake_minimum_required):
      CMake 3.13 or higher is required.  You are running version 3.10.2
    

    Tried with flutter clean. Rebuilding for linux platform has also been unsuccessful attempt.

    opened by bohrasankalp 2
  • Arabic translation

    Arabic translation

    hi I translated the program into Arabic app_ar.arb

    {
        "home": "الرئيسية",
        "playlist": "قوائم التشغيل",
        "downloads": "التنزيلات",
        "settings": "الإعدادات",
        "downloadFromVideoUrl": "التنزيل من رابط الفيديو",
        "alsoDeleteThemFromStorage": "الحذف أيضا من الجهاز",
        "confirm": "تأكيد",
        "yes": "نعم",
        "clearAll": "مسح الكل",
        "add": "أضف",
        "lowResolution": "دقة منخفضة",
        "mediumResolution": "دقة متوسطة",
        "standardResolution": "دقة قياسية",
        "highResolution": "دقة عالية",
        "maxResolution": "إعلى دقة",
        "downloadStarted": "بدء التنزيل",
        "downloadFinished": "انتها التنزيل",
        "about": "حول",
        "videos": "الفيديوهات",
        "liked": "الإعجابات",
        "comments": "التعليقات",
        "stats": "الحالة",
        "joined": "انضم",
        "views": "المشاهدات",
        "description": "الوصف",
        "links": "روابط",
        "license": "الرخصة",
        "licenses": "التراخيص",
        "noPlaylistsFound": "لم يتم العثور على قوائم تشغيل",
        "noVideosFound": "لا توجد فيديوهات",
        "downloadFolder": "مجلد التنزيلات",
        "chooseDownloadFolder": "اختر مجلد التنزيلات",
        "darkMode": "الوضع المظلم",
        "thumbnailDownloader": "تنزيل الصورة المصغرة",
        "showThumbnailDownloaderInDownloadPopup": "إظهار أداة تنزيل الصور المصغرة في نافذة التنزيل المنبثقة",
        "update": "تحديث",
        "youAreUsingTheLatestVersion": "أنت تستخدم أحدث إصدار",
        "isAvailable": "متاح",
        "infoAboutTheAppAndtheDevelopers": "معلومات عن البرنامج والمطورين",
        "like": "أعجبني",
        "dislike": "لا يعجبني",
        "share": "مشاركة",
        "download": "تنزيل",
        "done": "أنتها",
        "create": "إنشاء",
        "createNew": "إنشاء جديد",
        "save": "حفظ",
        "replies": "الردود",
        "error": "خطأ",
        "thumbnail": "الصورة المصغرة",
        "videoPlusAudio": "صوت وفيديو",
        "audioOnly": "صوت فقط",
        "videoOnly": "فيديو فقط",
        "hidden": "إخفاء",
        "subscribers": "مشترك",
        "reply": "رد",
        "now": "الآن",
        "loading": "جار التنزيل...",
        "cancel": "إلغاء",
        "ok": "حسنا",
        "resetDefault": "إستعادة الوضع الإفتراضي",
        "noDownloadsFound": "لم يتم العثور على تنزيلات",
        "clearItemFromDownloadList": "مسح العنصر من قائمة التنزيل؟",
        "noLikedVideosFound": "لم يتم العثور على مقاطع فيديو أعجبتك.",
        "noLikedCommentsFound": "لا توجد تعليقات أعجبتك.",
        "downloadLinks": "روابط التنزيل",
        "uploadDate": "تاريخ الرفع",
        "readMore": "اقرء المزيد",
        "showLess": "إظهار أقل",
        "networkLostShowingCachedData": "فقدت الشبكة عرض البيانات المخزنة مؤقتًا",
        "backOnline": "العودة إلى الاتصال",
        "developer": "مطور",
        "github": "Github"
    }
    
    opened by MesterPerfect 2
  • Feature: Copy video link

    Feature: Copy video link

    It would be very useful to be able to copy the video link some how. Even in the search grid it would be handy to be able to quickly copy the link from there.

    enhancement 
    opened by danrobi11 2
  • questions

    questions

    1.unable to install in windows 10. Is there any guide? 2.will you add 4k video downloading and playback with sound. 3. do you plan to add oled theme? 4. do you plan to add sign in option?

    opened by venkat2305 1
  • HIgh cpu usage

    HIgh cpu usage

    Hi. Flutube uses lots of cpu usage. Note that it uses as much cpu when im in the home page in Flutube as mpv when I watch a 360p video. About 25% of my 2 core thinkpad in the home page :( Running the AppImage on MX 21.

    bug 
    opened by danrobi11 1
  • request: home screen and search access to be always present, clear all downloads option

    request: home screen and search access to be always present, clear all downloads option

    home screen and search access should always be present to quickly search from anywhere and check downloads quickly. "Clear all" option in downloads would clean history easily.

    opened by sidmint 1
  • setup exe

    setup exe

    Can you add a normal installation file because the operating system I use windows 11 does not run some portable programs, whatever I did it did not work

    enhancement 
    opened by senolfndk 0
  • How to share link with ps tube

    How to share link with ps tube

    Pleae watch video

    ps tube is not in the app list

    https://user-images.githubusercontent.com/112402936/189156129-7bcef5f8-7395-412b-a78b-4d677843db72.mp4

    opened by KalpanaChetan 2
  • Ubuntu touch build

    Ubuntu touch build

    Hi,

    Can you publish the clickable package for Ubuntu Touch ?

    That allow to run Youtube Natively on any UB phone or tablet.

    That can attract mass of user on this app.

    opened by shiipou 0
  • Play the downloaded video on the PStube application, not on the external PStube

    Play the downloaded video on the PStube application, not on the external PStube

    Play the downloaded video on the PStube application, not on the external PStube

    Originally posted by @g0coders in https://github.com/prateekmedia/pstube/issues/63#issue-1268944852

    enhancement 
    opened by prateekmedia 1
Releases(2.6.0)
Owner
Prateek SU
$ git checkout happiness
Prateek SU
Youtube video downloader made using flutter.

FluTube Youtube video downloader made using flutter. Direct app download Build from source Download latest Flutter SDK (>=2.2.3) Clone this repo and t

Prateek SU 252 Dec 28, 2022
Flutter video compress - Generate a new file by compressed video, and provide metadata. Get video thumbnail from a video path, supports JPEG/GIF. To reduce app size not using FFmpeg in IOS.

flutter_video_compress Generate a new path by compressed video, Choose to keep the source video or delete it by a parameter. Get video thumbnail from

天海るり 179 Dec 8, 2022
YouTube downloader built fully in Flutter

Youtube Downloader Flutter This is a cross platform app (currently tested on Android, Windows and Linux) to download videos from YouTube, it's still a

Mattia 109 Dec 18, 2022
Youtube Downloader Application

pakistan_vd A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if t

Muhammad Abair Mutarraf 1 Jul 24, 2021
Search and view popular Youtube videos with Youtube API in Flutter App

getx_bottom_nav_sample The sample of AnimatedBottomNavBar with GetX 주요 Package 설명 1.url_launcher url_launcher pub.dev flutter 에서 인앱, 외부 브라우저로 연길 시켜 주는

Jacob Ko 1 Dec 25, 2021
Youtube Clone App with GetX & Youtube Data Api V3 [MVC pattern]

Youtube App ✍?? Youtube App Clone with GetX & Youtube Data Api V3 [MVC pattern] ????‍?? Youtube App app is open-source Youtube App app for Android & i

null 6 Nov 6, 2022
An audiobook downloader and player in flutter using librivox api (WIP)

Flutter AudioBooks An audiobook listener and downloader in flutter using librivox API (WIP). Why? I wanted to make a beautiful AudioBook app, free for

Damodar Lohani 137 Jan 5, 2023
[Flutter SDK V.2] - Youtube Video is a Flutter application built to demonstrate the use of Modern development tools with best practices implementation like Clean Architecture, Modularization, Dependency Injection, BLoC, etc.

[Flutter SDK V.2] - Youtube Video is a Flutter application built to demonstrate the use of Modern development tools with best practices implementation like Clean Architecture, Modularization, Dependency Injection, BLoC, etc.

R. Rifa Fauzi Komara 17 Jan 2, 2023
FlutterSampleUI - Sample flutter ui with youtube video

Sample UI Design In Flutter Sample UI Design In Flutter youtube video , like and

Arman Zahmatkesh 8 Oct 31, 2022
I just designed this within 30 min after watching a video by tech school on YouTube.

nft_app A new Flutter application. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if t

ogunmolu oluwaseun 0 Dec 25, 2021
Flutter Downloader - A plugin for creating and managing download tasks. Supports iOS and Android.

Flutter Downloader A plugin for creating and managing download tasks. Supports iOS and Android. This plugin is based on WorkManager in Android and NSU

Flutter Community 789 Jan 3, 2023
Flutter Download Manager is a Cross-Platform file downloader with Parallel and Batch Download support

Flutter Download Manager is a Cross-Platform file downloader with Parallel and Batch Download support. Manage download tasks by url and be notified of status and their progress. Pause, Cancel, Queue and Resume Downloads.

Nabil Mosharraf 11 Dec 17, 2022
An HTTP file downloader packed with many features -> resumable downloads, multiple connections, buffering, auto-retry, etc.

An HTTP file downloader packed with many features -> resumable downloads, multiple connections, buffering, auto-retry, etc. Features Resumable downloa

Liu YuanYuan 4 Feb 2, 2022
A powerful past paper downloader for IGCSE and A-Level.

Past Paper Finder Past Paper Finder is a past paper downloader for IGCSE and A-Level. It is designed to be as simple as possible and easy to use. Feat

SCIE.DEV 2 Dec 12, 2022
Flutter plugin to simply integrate Agora Video Calling or Live Video Streaming to your app with just a few lines of code.

Agora UI Kit for Flutter Instantly integrate Agora video calling or video streaming into your Flutter application. Getting started Requirements An Ago

Agora.io Community 106 Dec 16, 2022
A Video Player For Vimeo Videos in Flutter. This plugin allows us to play video from Vimeo and it supports Android and iOS platforms.

vimeo_video_player A Video Player For Vimeo Videos in Flutter. This plugin allow us to play video from vimeo and it's supports Android and iOS platfor

MindInventory 26 Dec 8, 2022
Video game ui - Video Game App UI In Flutter!

video_game_ui A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if

Flutter Boy 11 Sep 6, 2022
FLUTTER API: Video Editor allows trim, crop, rotate and scale video with a super flexible UI Design

video_editor My other APIs Scroll Navigation Video Viewer Helpers Features Super flexible UI Design. Support actions: Crop Trim Scale Rotate Cover sel

Luis Felipe Murguia Ramos 214 Dec 26, 2022