-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpubspec.yaml
54 lines (49 loc) · 1.25 KB
/
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
50
51
52
53
54
name: talktive
description: "A simple anonymous group chat app"
publish_to: 'none'
version: 3.0.5+29
environment:
sdk: '>=3.3.4 <4.0.0'
dependencies:
async: ^2.11.0
cloud_firestore: ^5.6.1
firebase_auth: ^5.1.0
firebase_core: ^3.1.0
firebase_database: ^11.0.1
firebase_messaging: ^15.1.6
firebase_storage: ^12.3.5
flutter:
sdk: flutter
flutter_local_notifications: ^18.0.1
go_router: ^14.6.2
image_picker: ^1.1.2
photo_view: ^0.15.0
provider: ^6.1.2
shared_preferences: ^2.3.3
timeago: ^3.6.1
unicode_emojis: ^0.4.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
flutter_launcher_icons: ^0.14.1
firebase_core_platform_interface: ^5.1.0
firebase_auth_mocks: ^0.14.0
fake_firebase_database:
git: https://github.com/gnowoel/fake_firebase_database
integration_test:
sdk: flutter
flutter:
uses-material-design: true
flutter_launcher_icons:
image_path: "assets/images/icon-1024x1024-big.png"
android: true
adaptive_icon_background: "#FFFFFF"
adaptive_icon_foreground: "assets/images/icon-1024x1024-small.png"
ios: true
remove_alpha_ios: true
web:
generate: true
image_path: "assets/images/icon-1024x1024-big.png"
background_color: "#FFFFFF"
theme_color: "#FFFFFF"