Flutter-tunein - Music Player built with flutter

Overview

🎧 Flutter Music Player PRs Welcome Codemagic build status

⭐️ this repo if you like it.

Getting Started 🚀

  • Clone the repo
  • Install the dependicies
  • Run it

Todos

  • Retrieve songs
  • Retrieve from SD
  • Play
  • Pause
  • Seek
  • Shuffle
  • favorites
  • playlists
  • Search songs

📸 ScreenShots

Contact me 📧

Email : [email protected]

Website : https://moezbouaggad.me/

You might also like...

YouTube Music Clone Built With Flutter

YouTube Music Clone Built With Flutter

YouTube Music A part of a #100flutterprojects. Lets spot the difference 😎 class YouTubeMusic_clone extends 100flutterprojects { video() { retur

Dec 29, 2022

Flutter Native Player for Flutter

Flutter Native Player for Flutter

Flutter Native Player for Flutter A Flutter plugin for Android, iOS for playing back video on a Widget surface. Installation Copy and paste to depende

Dec 15, 2022

Music-App-Flutter - This is a flutter app which has some songs displayed in the form of a list and user can play any of them by clicking on the name of the song.

Music-App-Flutter - This is a flutter app which has some songs displayed in the form of a list and user can play any of them by clicking on the name of the song.

music_player_app A music player app made by me in flutter About the App This is a music player which i made to play audio files which we have passed i

Apr 1, 2021

A Video Player For Vimeo Videos in Flutter. This plugin allows us to play video from Vimeo and it supports Android and iOS platforms.

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

Dec 8, 2022

An audiobook downloader and player in flutter using librivox api (WIP)

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

Jan 5, 2023

Flutter plugin for playing or streaming YouTube videos inline using the official iFrame Player API

Flutter plugin for playing or streaming YouTube videos inline using the official iFrame Player API

Flutter plugin for playing or streaming YouTube videos inline using the official iFrame Player API. The package exposes almost all the API provided by iFrame Player API. So, it's 100% customizable.

May 15, 2022

Flutter web Music UI

Flutter web Music UI

Music UI Flutter Web. Web Set up Run the following commands to use the latest version of the Flutter SDK from the beta channel and enable web support:

Dec 10, 2022

Music Streaming App made in Flutter.

Music Streaming App made in Flutter.

Musify Music Streaming and Downloading app made in Flutter! Features Online Song Search 🔍 Streaming Support 🎵 Download Support ⬇️ Play Local / Downl

Jan 2, 2023

Koel Player, the official mobile app for Koel

Koel Player, the official mobile app for Koel

Koel Player The mobile app for Koel, which provides a complete mobile app experience and doesn't have the limitations of the mobile web version. Suppo

Dec 27, 2022
Comments
  • [ImgBot] Optimize images

    [ImgBot] Optimize images

    Beep boop. Your images are optimized!

    Your image file size has been reduced by 9% 🎉

    Details

    | File | Before | After | Percent reduction | |:--|:--|:--|:--| | /android/app/src/main/res/mipmap-xxxhdpi/logo.png | 16.39kb | 8.95kb | 45.38% | | /screenshots/1.jpg | 454.09kb | 415.34kb | 8.53% | | /screenshots/2.jpg | 314.34kb | 288.83kb | 8.12% | | /android/app/src/main/res/mipmap-xhdpi/logo.png | 5.91kb | 5.79kb | 2.16% | | /android/app/src/main/res/mipmap-xxhdpi/logo.png | 12.11kb | 11.87kb | 2.04% | | /ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected] | 10.85kb | 10.68kb | 1.62% | | /android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png | 5.67kb | 5.59kb | 1.45% | | /android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png | 3.53kb | 3.48kb | 1.44% | | /android/app/src/main/res/mipmap-hdpi/logo.png | 3.67kb | 3.64kb | 0.98% | | | | | | | Total : | 826.57kb | 754.15kb | 8.76% |


    📝docs | :octocat: repo | 🙋issues | 🏅swag | 🏪marketplace

    opened by imgbot[bot] 0
  • What should i do , to fix this error?

    What should i do , to fix this error?

    C:\flutter.pub-cache\hosted\pub.dartlang.org\simple_permissions-0.1.9\android\src\main\java\com\ethras\simplepermissions\SimplePermissionsPlugin.java:9: error: cannot find symbol import android.support.v4.app.ActivityCompat; ^ symbol: class ActivityCompat location: package android.support.v4.app C:\flutter.pub-cache\hosted\pub.dartlang.org\simple_permissions-0.1.9\android\src\main\java\com\ethras\simplepermissions\SimplePermissionsPlugin.java:10: error: package android.support.v4.content does not exist import android.support.v4.content.ContextCompat; ^ C:\flutter.pub-cache\hosted\pub.dartlang.org\simple_permissions-0.1.9\android\src\main\java\com\ethras\simplepermissions\SimplePermissionsPlugin.java:156: error: cannot find symbol ActivityCompat.requestPermissions(activity, perm, 0); ^ symbol: variable ActivityCompat location: class SimplePermissionsPlugin C:\flutter.pub-cache\hosted\pub.dartlang.org\simple_permissions-0.1.9\android\src\main\java\com\ethras\simplepermissions\SimplePermissionsPlugin.java:163: error: cannot find symbol return PackageManager.PERMISSION_GRANTED == ContextCompat.checkSelfPermission(activity, permission); ^ symbol: variable ContextCompat location: class SimplePermissionsPlugin C:\flutter.pub-cache\hosted\pub.dartlang.org\simple_permissions-0.1.9\android\src\main\java\com\ethras\simplepermissions\SimplePermissionsPlugin.java:171: error: cannot find symbol if (ActivityCompat.shouldShowRequestPermissionRationale(registrar.activity(), permission)) { ^ symbol: variable ActivityCompat

    opened by Kevin-Justin 0
  • Problems to build it on iOS with simple_permissions library

    Problems to build it on iOS with simple_permissions library

    First of all I had to add target 'Runner' do use_frameworks! in Podfile and a version in pubspec.

    now I've got a white screen and this message

    Running Xcode build... Xcode build done. 10,2s [VERBOSE-2:ui_dart_state.cc(148)] Unhandled Exception: MissingPluginException(No implementation found for method requestPermission on channel simple_permissions) #0 MethodChannel.invokeMethod (package:flutter/src/services/platform_channel.dart:314:7) #1 SimplePermissions.requestPermission (package:simple_permissions/simple_permissions.dart:24:35) #2 main (package:Tunein/main.dart:16:27) #3 _runMainZoned.. (dart:ui/hooks.dart:229:25) #4 _rootRun (dart:async/zone.dart:1124:13) #5 _CustomZone.run (dart:async/zone.dart:1021:19) #6 _runZoned (dart:async/zone.dart:1516:10) #7 runZoned (dart:async/zone.dart:1500:12) #8 _runMainZoned. (dart:ui/hooks.dart:221:5) #9 _startIsolate. (dart:isolate-patch/isolate_patch.dart:305:19) #10 _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:17<…> Syncing files to device iPhone X...

    good first issue 
    opened by jr00n 2
Owner
Bouaggad Moez
Full Stack Web Developer | JsLover
Bouaggad Moez
A music player component for Flutter (i.e. Spotify, Apple Music, etc.) [AGPL/example/no longer maintaining]

This is an example I currently have no plans of putting this on Pub. Originally, I did, but I lost interest. However, I think this is a good example,

Tobe Osakwe 215 Dec 12, 2022
A music player app that allows you to search for music by artist made using Flutter

Music Player A music player app that allows you to search for music by artist. Music source from iTunes affiliate API. Made using Flutter with simple

muhibush 5 Feb 5, 2022
First Open Source Flutter based material design music player with audio plugin to play online music

Flutter Music App First Open Source Flutter based dribbblel Design Music Player. logo free design http://www.freeuid.com/category/free material icons

佩奇的弟弟乔治 380 Jan 4, 2023
Dynamically themed Music Player built with flutter

?? Flutter Music Player Contact me email: [email protected] Gitter: https://gitter.im/Moda20TuneIn/community Thank you in advance ?? Getting Started

null 135 Dec 31, 2022
Kadi, A flutter based music Player

Kadi Music Player OpenSource Flutter Based Music Player with Fantastic UI Demo App Clone Build Run Features Android (iOS Coming Soon) Fetch local song

null 6 Jun 2, 2021
A complete music player in flutter with cool UI and design.

Flutter Music Player A complete and open source music player designed in flutter. It is first complete music player designed in flutter. This app expl

Aman gautam 423 Dec 30, 2022
A music player android application build using Flutter.

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

Rohit Krishna 19 Dec 28, 2022
Tic Tac Toe game with single-player and multi-player options. Implemented minimax algorithm.

flutter_tic_tac_toe A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you star

null 0 Jan 1, 2022
Music player application for android. It's uses MVVM architecture and Provider & ValueNotifier state management.

music-player-flutter Flutter music player application which is my personal project published to play store. Project structures are as following,

null 30 Jul 10, 2022
null 4 Nov 29, 2022