Skip to content

An implementation/Replication of the ChatGPT App using Gemini API, TTS and STT synthesis.

Notifications You must be signed in to change notification settings

yunweneric/flutter-siri

Folders and files

NameName
Last commit message
Last commit date
Jul 21, 2024
Jun 16, 2024
Jun 15, 2024
Jul 21, 2024
Jul 21, 2024
Jun 15, 2024
Jun 16, 2024
Jun 15, 2024
Jun 15, 2024
Jun 15, 2024
Jun 16, 2024
Jul 21, 2024
Jun 15, 2024
Jun 15, 2024
Jun 15, 2024
Jun 15, 2024
Jun 15, 2024
Jul 21, 2024
Jul 21, 2024

Repository files navigation

Flutter Siri (ios 18 concept)

Setup guide

  • Install and use Fvm 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

    git add .
    
  • Commit your changes

    
    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

Image 1

About

An implementation/Replication of the ChatGPT App using Gemini API, TTS and STT synthesis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published