/music-ui

Clean UI for a music streaming application developed on Flutter

Primary LanguageDart

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.

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:

git clone https://github.com/invinciblezeal/flutterui-musicapp.git

2. Install the pub packages:

cd flutterui-musicapp

flutter packages get

3. Run the flutter app in debug mode:

flutter run --debug

Built With

  • Flutter - Mobile App SDK used
  • Dart - Dependency Management

Authors