Skip to content

victorcode1/YourMP3Tube

 
 

Repository files navigation

YourMP3Tube

This is an app made in Flutter to extract and download mp3 stream from Youtube video.

Effective Dart


The app is mainly for Android, it was never tried on iOS!

It is using youtube_explode_dart to find and download video stream, pemission_handler, path_provider and flutter_ffmpeg to convert .webm file to .mp3.

Usage

Clone and run

flutter pub get
flutter run

Create apk and install

--no-shrink in first command is important, without it flutter_ffmpeg doesn't work

flutter build apk --split-per-abi --no-shrink
flutter install
flutter clean

Created & Maintained By

Michal Štefaňák

Getting Started

For help getting started with Flutter, view our online documentation.

For help on editing plugin code, view the documentation.

About

Youtube MP3 downloader made in flutter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 34.5%
  • CMake 28.1%
  • Dart 26.1%
  • Ruby 4.1%
  • Swift 2.8%
  • C 2.1%
  • Other 2.3%