https://github.com/flutterwiz/dialingo
https://github.com/flutterwiz/dialingo
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/flutterwiz/dialingo
- Owner: FlutterWiz
- Created: 2024-06-27T08:34:52.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-04T05:20:41.000Z (almost 2 years ago)
- Last Synced: 2025-02-18T03:34:57.768Z (over 1 year ago)
- Language: Dart
- Size: 2.48 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dialingo
A Flutter project that meets with Google Gemini API.

YouTube Video: https://youtu.be/heSqh0koVYE
## Note
In the root of the project, create a file named "keys.env", and paste your api key to there, like this:
GEMINI_API_KEY = "CCKK_m8xerk"
## iOS
to create iOS folder, and built iOS, you can run the following:
flutter create --platforms ios .