Skip to content
/ niaje Public

AI Voice assistant Flutter app, powered by Gemini API

Notifications You must be signed in to change notification settings

nzuqi/niaje

Repository files navigation

niaje

Voice assistant app powered by Gemini API

run app in dev

flutter run

build for prod

flutter build appbundle

Assets

The assets directory houses images, fonts, and any other files you want to include with your application.

Localization

This project generates localized messages based on arb files found in the lib/src/localization directory.

To support additional languages, please visit the tutorial on Internationalizing Flutter apps

References