-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
52 lines (42 loc) · 1019 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
50
51
52
name: multilingual_chat
description: A Multilingual chat app
# Prevent accidental publishing to pub.dev.
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ">=2.12.0 <3.0.0"
dependencies:
animated_text_kit: ^4.2.1
cloud_firestore: ^3.1.4
firebase_auth: ^3.3.3
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
flutter_native_splash: ^1.3.3
flutter_spinkit: ^5.1.0
flutter_tts: ^3.3.3
font_awesome_flutter: ^9.2.0
google_sign_in: ^5.2.1
html_unescape: ^2.0.0
provider: ^6.0.1
translator: ^0.1.7
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^1.0.0
flutter_native_splash:
color: "#55007f"
image: assets/images/logowhite.png
android: true
flutter:
uses-material-design: true
# Enable generation of localized Strings from arb files.
generate: true
assets:
# Add assets from the images directory to the application.
- assets/images/
fonts:
- family: SF
fonts:
- asset: assets/fonts/SF-Regular.otf