This is an app made in Flutter to extract and download mp3 stream from Youtube video.
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.
Clone and run
flutter pub get
flutter run
--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
For help getting started with Flutter, view our online documentation.
For help on editing plugin code, view the documentation.