Skip to content

Tushargupta9800/flutter_music_player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Feel Music(FM) 🎶🎵🎼

A new Flutter application.👤
This is my first Application in the category of Music and Audio.😎
I kept the Interface very Simple.🙂
The name of this Application is Feel Music.🎶
Building this Application with the intention of learning flutter better.🚴
This repo also contains the apk file 📱 too (link below).
Do not hesitate to raise the issue if you find any bug(S).🤞

Screenshots:-

Main Screen Playing Songs All Playlist Edit Playlist songs
Notifications

Features:-

  1. Load all the songs from the device.👌
  2. Play ▶ and pause ⏸ the music.
  3. Play next ⏩ and prev ⏪ song in 1️⃣ click.
  4. seek to 🔟 seconds forward or backward in 1️⃣ click.
  5. Play ▶ the songs in Shuffle 🔀 order.
  6. Play the songs in background. ❤
  7. Change the song from notifications. 🙊
  8. enjoy the music even when the phone screen is off. 🙈
  9. You can make your own playlist(As many as you want 😱).
  10. You can edit 🐱‍🏍 your own playlist songs.
  11. You can delete 🗑 your own playlist.
  12. Contains Splash Screen. ✔

Download the Apk file here:-

feelmusic.apk

Dependencies used:-

  1. deepmusicfinder:
  2. permission_handler: ^4.2.0+hotfix.3
  3. audioplayers:
  4. flutter_media_notification:

Android Permissions used:-

  1. uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"
  2. uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"
  3. uses-permission android:name="android.permission.WAKE_LOCK"

bug(s):-

  1. You have to turn on the Internet for a few seconds to play the full playlist in Background.
    But still without the internet you can play one song in background and play next and prev songs from notification bar.
  2. A bug found related to background play.

Note:- All the above bug(s) surely will be fixed in the future update(s)...

LICENSE

MIT License

Copyright (c) 2020 Tushar Gupta

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.