-
Notifications
You must be signed in to change notification settings - Fork 42
/
pubspec.yaml
49 lines (39 loc) · 862 Bytes
/
pubspec.yaml
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
37
38
39
40
41
42
43
44
45
46
47
48
49
name: public_chat
description: "A Public Chat app to chat with Gemini."
publish_to: 'none'
version: 0.1.0
environment:
sdk: '>=3.3.3 <4.0.0'
dependencies:
# Core flutter
flutter:
sdk: flutter
# Firebase dependencies
firebase_core: ^2.24.2
firebase_auth: ^4.16.0
cloud_firestore: ^4.17.5
google_sign_in: ^6.2.1
google_sign_in_web: ^0.12.4+2
# Update UI with Firestore pagination
firebase_ui_firestore: ^1.6.3
# Bloc
equatable: ^2.0.5
flutter_bloc: ^8.1.6
flutter_localizations:
sdk: flutter
intl: ^0.19.0
# SVG Display
flutter_svg: ^2.0.10+1
get_it: ^7.7.0
# Gemini for GenAI chat
google_generative_ai: ^0.4.3
image_network: ^2.5.6
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.0
mocktail: ^1.0.4
bloc_test: ^9.1.7
flutter:
uses-material-design: true
generate: true