1 Star 0 Fork 0

lz / flutter_music_app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
Apache-2.0

Flutter Music App

First Open Source Flutter based dribbblel Design Music Player.

logo

free 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)

  • search online songs (Require Network Permission)
  • Beautiful UI with multiple themes includes light theme and dark theme
  • multiple language includes chinese and english
  • Play background
  • Animation
  • Full Fledged Example
  • Play / Stop / Pause
  • Previous / Next
  • Seek
  • Shuffle
  • Album Art
  • onComplete
  • onDuration / onCurrentPosition
  • Favorite
  • Download

Show some ❤️ and star the repo to support the project

Screenshots(iOS)

  • Light theme

  • Dark theme

Screenshots(Android)

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>

If 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.

# Flutter Music App First Open Source Flutter based dribbblel Design Music Player. #### logo <img src="screenshots/icon-1024.png" height="200em"/> #### free 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 | ![](screenshots/image-20200301200224147.png) | ![](screenshots/Screenshot_12.png) | ![](screenshots/Screenshot_13.png) | | -------------------------------------------- | ---------------------------------- | ---------------------------------- | | ![](screenshots/Screenshot_15.png) | ![](screenshots/Screenshot_14.png) | ![](screenshots/Screenshot_16.png) | - #### Dark theme | ![](screenshots/Screenshot_23.png) | ![](screenshots/Screenshot_24.png) | ![](screenshots/Screenshot_25.png) | | ---------------------------------- | ---------------------------------- | ---------------------------------- | | ![](screenshots/Screenshot_27.png) | ![](screenshots/Screenshot_26.png) | ![](screenshots/Screenshot_28.png) | ### Screenshots(Android) <img src="screenshots/image-20200301225614146.png" height="300em" /> <img src="screenshots/image-20200301225706637.png" height="300em" /> <img src="screenshots/image-20200301225726100.png" height="300em" /> <img src="screenshots/image-20200301225840952.png" height="300em" /> ### Add this to ios Info.plist allow https and background ```yaml <key>UIBackgroundModes</key> <array> <string>audio</string> </array> <key>NSAppTransportSecurity</key> <dict> <key>NSAllowsArbitraryLoads</key> <true/> </dict> ``` > If you found this project helpful or you learned something from the source code and want to thank me, consider buying me a cup of ☕️ <img src="https://tva1.sinaimg.cn/large/00831rSTgy1gcemhp0nxyj30e00e077o.jpg" height="200em" /> # 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: - [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab) - [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook) For help getting started with Flutter, view our [online documentation](https://flutter.dev/docs), which offers tutorials, samples, guidance on mobile development, and a full API reference.

简介

暂无描述 展开 收起
Dart 等 4 种语言
Apache-2.0
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/lz1/flutter_music_app.git
git@gitee.com:lz1/flutter_music_app.git
lz1
flutter_music_app
flutter_music_app
master

搜索帮助