https://github.com/khaouitiabdelhakim/simple-music-url-player
https://github.com/khaouitiabdelhakim/simple-music-url-player
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/khaouitiabdelhakim/simple-music-url-player
- Owner: khaouitiabdelhakim
- Created: 2024-01-05T21:09:59.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-05T21:12:32.000Z (almost 2 years ago)
- Last Synced: 2025-02-11T09:18:04.604Z (8 months ago)
- Language: C++
- Size: 5.14 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flutter Music Url Player
A simple Flutter app that allows you to play music from a provided URL. This project uses the `audioplayers` package to handle audio playback.
## Features
- Play, pause, and stop music.
- Input a song URL and play it.
- Display current playback position and total duration with a progress slider.## Getting Started
1. Clone the repository:
```bash
git clone https://github.com/khaouitiabdelhakim/flutter-music-player.git
```2. Install dependencies:
```bash
flutter pub get
```3. Run the app:
```bash
flutter run
```## Dependencies
- [audioplayers](https://pub.dev/packages/audioplayers): A Flutter plugin to play multiple audio files simultaneously.
## Usage
1. Enter a song URL in the provided text field.
2. Click the play button to start playback.
3. Use the pause and stop buttons to control playback.
4. Monitor the progress of the song with the displayed position and duration.Feel free to customize and enhance the app based on your requirements!
## License
```
Copyright 2024 KHAOUITI ABDELHAKIMLicensed under the MIT License
You may obtain a copy of the License athttp://opensource.org/licenses/MIT
Unless required by applicable law or agreed to in writing, software
distributed under the MIT 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 MIT License.
```