Skip to content

Commit 0cd464a

Browse files
committed
Updated ReadME
1 parent a87c9f2 commit 0cd464a

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

social_media/README.md

+12-11
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
1-
# unico_connect
21

3-
A new Flutter project.
2+
## - Social Media
3+
<a href="https://github.com/AgnelSelvan/Flutter-UI-Template/tree/main/social_media">Code</a>
44

5-
## Getting Started
5+
#### How to get 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-
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.
13+
```dart
14+
cd social_media
15+
flutter pub get
16+
flutter run
17+
```

0 commit comments

Comments
 (0)