File tree 5 files changed +16
-10
lines changed
5 files changed +16
-10
lines changed Original file line number Diff line number Diff line change 1
- # music_player
1
+ # Music Player UI
2
2
3
- A new Flutter project.
3
+ Music Player UI
4
4
5
- ## Getting Started
5
+ ### Getting Started
6
6
7
- This project is a starting point for a Flutter application.
7
+ ###### Download the project from Repo
8
8
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
+ ```
10
12
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
+ ```
13
18
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 " >
You can’t perform that action at this time.
0 commit comments