https://github.com/yunweneric/flutter-siri
An implementation/Replication of the ChatGPT App using Gemini API, TTS and STT synthesis.
https://github.com/yunweneric/flutter-siri
Last synced: 5 months ago
JSON representation
An implementation/Replication of the ChatGPT App using Gemini API, TTS and STT synthesis.
- Host: GitHub
- URL: https://github.com/yunweneric/flutter-siri
- Owner: yunweneric
- Created: 2024-06-15T12:30:11.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-21T19:02:33.000Z (10 months ago)
- Last Synced: 2024-07-21T20:50:45.975Z (10 months ago)
- Language: Dart
- Size: 5.22 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flutter Siri (ios 18 concept)
## Setup guide
- Install and use [Fvm](https://fvm.app/) to manage your flutter version
- Specify your fvm version
```
fvm use 3.xx
```- Get your dependencies
```
flutter pub get
```## Contribution guide
To contribute to this repo,
- Fork the repo
- Check out to the `starter_app`. This branch is the simple `flutter counter app`
- Create your own branch from the `starter_app` branch
- Make sure the branch name follows the numbering ex: AuthUI01, AuthUI02, AuthUI03, OnboardingUI01 ...
- Change your flutter version using fvm```
fvm use 3.xx
```- You can learn how to use fvm here [How to use Fvm](https://fvm.app/)
```
git add .
```- Commit your changes
```![Uploading app_logo3.png…]()
git commit -m 'proper commit message'
```- Push your changes to your branch
```
git push origin branch_name
```- Make a pull request to the `main` branch.
## Gallery
![]()