aboutsummaryrefslogtreecommitdiff
path: root/pubspec.yaml
blob: 9b1573f9afa67e0b66e19fb8c1c96d42ea9629ac (plain)
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
55
56
57
58
59
60
61
62
name: linkchat
description: Un chat para compartir tus links.
publish_to: 'none'
version: 1.0.0+1

environment:
  sdk: '>=3.0.1 <4.0.0'

dependencies:
  flutter:
    sdk: flutter

  dynamic_color: ^1.6.5
  provider: ^6.0.5
  shared_preferences: ^2.1.1
  dartz: ^0.10.1
  lottie: ^2.3.2
  concentric_transition: ^1.0.3
  social_login_buttons: ^1.0.7
  image_picker: ^0.8.7
  path: ^1.8.3
  email_validator: ^2.1.17
  firebase_core: ^2.13.0
  firebase_auth: ^4.6.1
  firebase_messaging: ^14.6.1
  firebase_storage: ^11.2.1
  cloud_firestore: ^4.7.1
  custom_clippers: ^2.0.0
  simple_link_preview: ^1.0.2
  url_launcher: ^6.1.11
  cached_network_image: ^3.2.3
  intl: ^0.18.1

dev_dependencies:
  flutter_test:
    sdk: flutter
  flutter_lints: ^2.0.0

flutter:
  uses-material-design: true

  assets:
    - assets/

  fonts:
    - family: Manrope
      fonts:
        - asset: fonts/Manrope-ExtraLight.ttf
          weight: 200
        - asset: fonts/Manrope-Light.ttf
          weight: 300
        - asset: fonts/Manrope-Regular.ttf
          weight: 400
        - asset: fonts/Manrope-Medium.ttf
          weight: 500
        - asset: fonts/Manrope-SemiBold.ttf
          weight: 600
        - asset: fonts/Manrope-Bold.ttf
          weight: 700
        - asset: fonts/Manrope-ExtraBold.ttf
          weight: 800