-
Notifications
You must be signed in to change notification settings - Fork 69
Expand file tree
/
Copy pathpubspec.yaml
More file actions
36 lines (32 loc) · 778 Bytes
/
pubspec.yaml
File metadata and controls
36 lines (32 loc) · 778 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
name: flutter_gemini
description: Flutter Google Gemini SDK. Google Gemini is a set of cutting-edge large language models
(LLMs) designed to be the driving force behind Google's future AI initiatives.
version: 3.0.0
repository: https://github.com/babakcode/flutter_gemini
topics:
- gemini
- ai
- google-gemini
- flutter-gemini
screenshots:
- description: Flutter_Gemini example screenshot
path: screenshots/gemini_screenshot.png
- description: Flutter_Gemini example
path: screenshots/gemini_cover.jpeg
platforms:
android:
ios:
web:
linux:
windows:
macos:
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
dio: ^5.7.0
mime: ^2.0.0
dev_dependencies:
test: ^1.24.0
flutter_lints: ^2.0.0
json_convert: ^1.1.0
build_runner: ^2.4.7