-
Notifications
You must be signed in to change notification settings - Fork 12
/
pubspec.yaml
49 lines (36 loc) · 969 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
name: social_text
description: Social Media Application.
# The following line prevents the package from being accidentally published to
# pub.dev using `pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: ">=2.7.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
firebase_auth: ^0.16.1
firebase_storage: ^3.1.6
cloud_firestore: ^0.13.7
provider: ^4.1.3
shared_preferences: ^0.5.7+3
image_picker: ^0.6.7+4
intl: ^0.16.1
toast: ^0.1.5
cached_network_image: ^2.2.0+1
url_launcher: ^5.5.0
cupertino_icons: ^0.1.3
#dev_dependencies:
# flutter_launcher_icons: "^0.7.3"
#flutter_icons:
# android: "launcher_icon"
# ios: true
# image_path: "assets/icon/icon.png"
flutter:
uses-material-design: true
assets:
- assets/images/
- assets/lang/en.json
- assets/lang/tr.json