Skip to content

Commit 5561e21

Browse files
committed
2 parents 5612e1e + 030cdcf commit 5561e21

1 file changed

Lines changed: 19 additions & 10 deletions

File tree

README.md

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,25 @@
1-
# chat_app
1+
# Video-Chat App-Flutter
22

3-
A new Flutter project.
3+
Video Calling App Made in Flutter with Agora.io
4+
5+
#### Supported features:
6+
- 1-1 Video Call
7+
- Group Video Call (4 max)
48

5-
## Getting Started
9+
#### Getting Started:
610

7-
This project is a starting point for a Flutter application.
11+
1. Clone/Download The Repo
12+
2. Signup/Login at https://console.agora.io/signin And get Agora App id;
13+
3. replace Appid At lib/Helpers/utils.dart
14+
4. run ```flutter run ```
815

9-
A few resources to get you started if this is your first Flutter project:
16+
#### Screenshots:
1017

11-
- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
12-
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)
18+
<img src="Screenshots/homepage.jpg" width="300" height="600">
19+
<img src="Screenshots/create_room.jpg" width="300" height="600">
20+
<img src="Screenshots/join_room.jpg" width="300" height="600">
21+
<img src="Screenshots/VideoCall_Ui.jpg" width="300" height="600">
1322

14-
For help getting started with Flutter, view our
15-
[online documentation](https://flutter.dev/docs), which offers tutorials,
16-
samples, guidance on mobile development, and a full API reference.
23+
#### Graphics Credits:
24+
- FlatIcons
25+
- FreePik

0 commit comments

Comments
 (0)