https://github.com/plugfox/ai-webrtc-poc
Proof of concept: Flutter with WebRTC, Voice Recognition and AI
https://github.com/plugfox/ai-webrtc-poc
Last synced: about 1 year ago
JSON representation
Proof of concept: Flutter with WebRTC, Voice Recognition and AI
- Host: GitHub
- URL: https://github.com/plugfox/ai-webrtc-poc
- Owner: PlugFox
- License: other
- Created: 2024-05-17T08:32:52.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T06:58:22.000Z (almost 2 years ago)
- Last Synced: 2024-11-24T20:43:23.229Z (over 1 year ago)
- Language: JavaScript
- Size: 6.92 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Flutter template
Created with
```bash
flutter create -t app --project-name "flutter_template_name" --org "dev.flutter.template" --description "flutter_template_description" --platform=android,ios,macos,windows,linux,web flutter_template
```
## Get started
Replace project name, description and organization:
```bash
dart run tool/dart/rename_project.dart --name="project" --organization="tld.domain" --description="My project description"
```