-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
61 lines (49 loc) · 1.37 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
55
56
57
58
59
60
61
name: ejcsev
description: A new Flutter project.
# The following line prevents the package from being accidentally published to
# pub.dev using `flutter 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.18.4 <3.0.0'
dependencies:
flutter:
sdk: flutter
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.2
google_sign_in: ^5.4.4
url_launcher: ^6.1.9
share: ^2.0.4
google_maps_flutter: ^2.2.3
http: ^0.13.5
youtube_player_flutter:
connectivity_plus: ^3.0.3
googleapis: ^10.1.0
googleapis_auth: ^1.3.1
google_fonts: ^4.0.3
flutter_carousel_widget: ^2.1.0
carousel_nullsafety: ^0.1.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons: ^0.11.0
flutter_lints: ^2.0.0
flutter_icons:
android: true
image_path: "assets/images/icon_app.jpg"
flutter:
uses-material-design: true
assets:
- assets/images/
# fonts:
# - family: Schyler
# fonts:
# - asset: fonts/Schyler-Regular.ttf
# - asset: fonts/Schyler-Italic.ttf
# style: italic
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700