https://github.com/invinciblezeal/music-ui
Clean UI for a music streaming application developed on Flutter
https://github.com/invinciblezeal/music-ui
Last synced: 1 day ago
JSON representation
Clean UI for a music streaming application developed on Flutter
- Host: GitHub
- URL: https://github.com/invinciblezeal/music-ui
- Owner: InvincibleZeal
- Created: 2019-10-05T10:29:05.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-07T18:20:39.000Z (almost 7 years ago)
- Last Synced: 2025-10-26T20:43:27.181Z (9 months ago)
- Language: Dart
- Homepage:
- Size: 518 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Flutter Music App UI
Music app UI implemented on Flutter. You can download the APK for android platform here
***Note -** This project does **NOT** include audio streaming functionality as of now.*
## Prerequisites
Your system should have Flutter SDK installed and configured properly.
***HELP!** - For help getting started with Flutter, view the
[online documentation](https://flutter.dev/docs).*
## Usage
### Development
These instructions will help you set up a development environment to use the application UI as a starting point for your project or to use in your own project.
**1.** Clone this repository on your local machine:
```bash
git clone https://github.com/invinciblezeal/flutterui-musicapp.git
```
**2.** Install the pub packages:
```bash
cd flutterui-musicapp
flutter packages get
```
**3.** Run the flutter app in debug mode:
```bash
flutter run --debug
```
## Built With
* [Flutter](https://flutter.io) - Mobile App SDK used
* [Dart](https://dart.dev) - Dependency Management
## Authors
* [Ritesh Ganjewala](https://github.com/invinciblezeal)