Skip to content

Commit ea2710d

Browse files
Update README.md
1 parent 859214e commit ea2710d

File tree

1 file changed

+22
-7
lines changed

1 file changed

+22
-7
lines changed

README.md

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,29 @@
1-
# Flutter Github Following Application
1+
## Flutter Github Following Application
22

3-
The Github Following Application, using Provider to manage state and Flutter http to get data from server.
3+
### [Watch it on Youtube](https://youtu.be/VHYvpTwpW-Q)
44

5-
This is just a sample.
65

7-
# install
8-
Please remember, after cloning this repository, you should edit GithubRequest.dart file and put your client_id, client_secret.
6+
## Previous Designs
7+
[Checkout my Youtube channel](https://youtube.com/afgprogrammer)
98

10-
[Youtube Video](https://youtu.be/VHYvpTwpW-Q)
119

12-
## Screenshot
10+
# Installation
11+
Please remember, after cloning this repository, you should edit GithubRequest.dart file and put your client_id and client_secret.
12+
13+
## Development Setup
14+
Clone the repository and run the following commands:
15+
```
16+
flutter pub get
17+
flutter run
18+
```
19+
20+
## Screenshots
1321

1422
<img src="assets/screenshot/preview1.png" height="450em" /><img src="assets/screenshot/preview2.png" height="450em" /><img src="assets/screenshot/preview3.png" height="450em" /><img src="assets/screenshot/preview4.png" height="450em" />
23+
24+
## Links
25+
26+
* [Website](https://afgprogrammer.com)
27+
* [Youtube channel](https://youtube.com/afgprogrammer)
28+
* [Twitter](https://twitter.com/afgprogrammer)
29+
* [Instagram](https://instagram.com/afgprogrammer)

0 commit comments

Comments
 (0)