# flutter_music_app **Repository Path**: lz1/flutter_music_app ## Basic Information - **Project Name**: flutter_music_app - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-24 - **Last Updated**: 2024-11-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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) * [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) ### Add this to ios Info.plist allow https and background ```yaml UIBackgroundModes audio NSAppTransportSecurity NSAllowsArbitraryLoads ``` > 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: - [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.