Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hungrimind/flutter_video_call
Source code for the Hungrimind Flutter Video Call course
https://github.com/hungrimind/flutter_video_call
dart flutter video-call webrtc
Last synced: 6 days ago
JSON representation
Source code for the Hungrimind Flutter Video Call course
- Host: GitHub
- URL: https://github.com/hungrimind/flutter_video_call
- Owner: hungrimind
- License: mit
- Created: 2023-11-28T19:55:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-20T20:13:08.000Z (12 months ago)
- Last Synced: 2024-12-17T11:17:03.280Z (2 months ago)
- Topics: dart, flutter, video-call, webrtc
- Language: Dart
- Homepage:
- Size: 25.4 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Flutter Video Call](https://www.hungrimind.com/courses/flutter/agora)
Here is the code for [The Flutter Video Call Course on Hungrimind](https://www.hungrimind.com/courses/flutter/agora).
## How to Contribute
This repo is open source so that there is transparency into what you would learn, that the code is up to date, and follows the best practices that are taught in the course.If you see anything out of date or know a better approach, please create an issue or even a pull request.
## How to Run
1. Run `flutter pub get`
2. Run `flutter create .`
3. Add [platform-specific permissions ](https://pub.dev/packages/agora_rtc_engine#getting-started)## Fork the Code
I encourage you to feel free and fork this code and build your apps on top of it. A link back to either the course or this repo would be highly appreciated 😊.