An open API service indexing awesome lists of open source software.

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

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)