An open API service indexing awesome lists of open source software.

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

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"
```