obnil/flutter_music_app
온라인 음악을 재생하기 위한 오디오 플러그인을 사용한 오픈소스 플러터 기반의 매터리얼 디자인 음악 플레이어
- Stars
- 447
- Forks
- 139
- 최근 푸시(UTC)
- 2020. 10. 5.
- 프로젝트 상태
- 활성
기술 주제
사용 중인 의존성
의존성 목록 18 개
- shared_preferences
^0.5.3+5 - localstorage
^3.0.0 - provider
^3.0.0+1 - oktoast
^2.1.7 - pull_to_refresh
^1.5.6 - dio
^3.0.1 - device_info
^0.4.0+1 - package_info
^0.4.0+6 - shimmer
^1.0.0 - bubble_bottom_bar
^1.2.0 - audioplayers
^0.14.0 - flutter
{"sdk":"flutter"} - flutter_localizations
{"sdk":"flutter"} - cupertino_icons
^0.1.2 - cached_network_image
^2.0.0 - http
^0.11.3+17 - path_provider
^1.1.0 - flutter_test개발 의존성
{"sdk":"flutter"}
순위
원본 README
아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.
README 펼치기 / 접기
Flutter Music App
First Open Source Flutter based dribbblel Design Music Player.
logo
https://raw.githubusercontent.com/obnil/flutter_music_app/HEAD/screenshots/icon-1024.pngfree design
http://www.freeuid.com/category/free
material icons
https://material.io/resources/icons/?search=d&style=baseline
generate logo(android &ios)
http://icon.wuruihong.com/
Features(Android & iOS)
- [x] search online songs (Require Network Permission)
- [x] Beautiful UI with multiple themes includes light theme and dark theme
- [x] multiple language includes chinese and english
- [x] Play background
- [x] Animation
- [x] Full Fledged Example
- [x] Play / Stop / Pause
- [x] Previous / Next
- [x] Seek
- [x] Shuffle
- [x] Album Art
- [x] onComplete
- [x] onDuration / onCurrentPosition
- [x] Favorite
- [x] Download
Show some ❤️ and star the repo to support the project
Screenshots(iOS)
-
Light theme
| https://raw.githubusercontent.com/obnil/flutter_music_app/HEAD/screenshots/image-20200301200224147.png | https://raw.githubusercontent.com/obnil/flutter_music_app/HEAD/screenshots/Screenshot_12.png | https://raw.githubusercontent.com/obnil/flutter_music_app/HEAD/screenshots/Screenshot_13.png |
|---|---|---|
| https://raw.githubusercontent.com/obnil/flutter_music_app/HEAD/screenshots/Screenshot_15.png | https://raw.githubusercontent.com/obnil/flutter_music_app/HEAD/screenshots/Screenshot_14.png | https://raw.githubusercontent.com/obnil/flutter_music_app/HEAD/screenshots/Screenshot_16.png |
-
Dark theme
| https://raw.githubusercontent.com/obnil/flutter_music_app/HEAD/screenshots/Screenshot_23.png | https://raw.githubusercontent.com/obnil/flutter_music_app/HEAD/screenshots/Screenshot_24.png | https://raw.githubusercontent.com/obnil/flutter_music_app/HEAD/screenshots/Screenshot_25.png |
|---|---|---|
| https://raw.githubusercontent.com/obnil/flutter_music_app/HEAD/screenshots/Screenshot_27.png | https://raw.githubusercontent.com/obnil/flutter_music_app/HEAD/screenshots/Screenshot_26.png | https://raw.githubusercontent.com/obnil/flutter_music_app/HEAD/screenshots/Screenshot_28.png |
Screenshots(Android)
https://raw.githubusercontent.com/obnil/flutter_music_app/HEAD/screenshots/image-20200301225614146.png https://raw.githubusercontent.com/obnil/flutter_music_app/HEAD/screenshots/image-20200301225706637.png https://raw.githubusercontent.com/obnil/flutter_music_app/HEAD/screenshots/image-20200301225726100.png https://raw.githubusercontent.com/obnil/flutter_music_app/HEAD/screenshots/image-20200301225840952.png
Add this to ios Info.plist allow https and background
<key>UIBackgroundModes</key>
<array>
<string>audio</string>
</array>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
https://tva1.sinaimg.cn/large/00831rSTgy1gcemhp0nxyj30e00e077o.jpgIf you found this project helpful or you learned something from the source code and want to thank me, consider buying me a cup of ☕️
License
Copyright 2020 obnil
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
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.