Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.07 KB

README.md

File metadata and controls

39 lines (27 loc) · 1.07 KB

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