-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpubspec.yaml
113 lines (102 loc) · 3.28 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
name: tiutiu
description: A new Flutter project.
# 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
# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
# followed by an optional build number separated by a +.
# Both the version and the builder number may be overridden in flutter
# build by specifying --build-name and --build-number, respectively.
# In Android, build-name is used as versionName while build-number used as versionCode.
# Read more about Android versioning at https://developer.android.com/studio/publish/versioning
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.0.6
environment:
sdk: '>=3.2.0 <4.0.0'
dependencies:
flutter_localizations:
sdk: flutter
flutter:
sdk: flutter
flutter_local_notifications: ^17.2.3
mask_text_input_formatter: ^2.4.0
flutter_native_splash: ^2.0.0
flutter_facebook_auth: ^7.0.1
font_awesome_flutter: ^10.2.1
flutter_screenutil: ^5.5.3+2
cached_network_image: ^3.2.1
flutter_chat_bubble: ^2.0.0
shared_preferences: ^2.0.15
permission_handler: ^11.1.0
sign_in_with_apple: ^6.1.1
loading_animations: ^2.2.0
flutter_speed_dial: ^7.0.0
connectivity_plus: ^6.0.3
google_mobile_ads: ^5.1.0
package_info_plus: ^8.0.0
device_info_plus: ^10.1.0
webview_flutter: ^4.0.6
pin_code_fields: ^8.0.1
flutter_pdfview: ^1.2.5
carousel_slider: ^5.0.0
cupertino_icons: ^1.0.5
auto_size_text: ^3.0.0
google_sign_in: ^6.1.6
image_picker: ^1.0.4
app_settings: ^5.1.1
screenshot: ^3.0.0
better_player:
git:
url: https://github.com/AndreDrummer/betterplayer.git
ref: fix-android-and-ios
brasil_fields: ^1.6.0
google_fonts: ^6.2.1
video_player: ^2.9.1
url_launcher: ^6.1.5
share_plus: ^10.0.2
geolocator: ^13.0.1
geocoding: ^3.0.0
provider: ^6.0.3
sqflite: ^2.0.3
lottie: ^3.1.2
uuid: ^4.2.1
get: ^4.6.5
pdf: ^3.8.4
dio: ^5.3.4
intl: any
chewie:
firebase_core_platform_interface: ^5.3.0
firebase_dynamic_links: ^6.0.7
firebase_crashlytics: ^4.1.2
firebase_analytics: ^11.3.2
firebase_messaging: ^15.1.2
firebase_database: ^11.1.3
firebase_storage: ^12.3.1
cloud_firestore: ^5.4.2
firebase_core: ^3.5.0
firebase_auth: ^5.3.0
flutter_icons:
image_path: "assets/images/ios_icon_dark.png"
# when generating icon for Android uncomment the next two lines and comment the two lines right below them.
# android: "launcher_icon"
# ios: false
android: false
ios: true
dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons: ^0.14.1
pedantic: any
flutter:
uses-material-design: true
generate: true
assets:
- assets/startscreen/
- assets/animations/
- assets/images/
- assets/json/
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware.