Skip to content

Commit 273084c

Browse files
committed
Updated Readme for music player
1 parent 7013e0c commit 273084c

File tree

5 files changed

+16
-10
lines changed

5 files changed

+16
-10
lines changed

.DS_Store

0 Bytes
Binary file not shown.

music_player/README.md

+16-10
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,22 @@
1-
# music_player
1+
# Music Player UI
22

3-
A new Flutter project.
3+
Music Player UI
44

5-
## Getting Started
5+
### Getting Started
66

7-
This project is a starting point for a Flutter application.
7+
###### Download the project from Repo
88

9-
A few resources to get you started if this is your first Flutter project:
9+
```
10+
git clone https://github.com/AgnelSelvan/Flutter-UI-Template.git
11+
```
1012

11-
- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
12-
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)
13+
```dart
14+
cd music_player
15+
flutter pub get
16+
flutter run
17+
```
1318

14-
For help getting started with Flutter development, view the
15-
[online documentation](https://docs.flutter.dev/), which offers tutorials,
16-
samples, guidance on mobile development, and a full API reference.
19+
## Looks
20+
<img width=300 src="/outputs/1.png">
21+
<img width=300 src="/outputs/2.png">
22+
<img width=300 src="/outputs/3.png">

music_player/outputs/1.png

830 KB
Loading

music_player/outputs/2.png

979 KB
Loading

music_player/outputs/3.png

1.21 MB
Loading

0 commit comments

Comments
 (0)