-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
75 lines (66 loc) · 1.97 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
name: sure_odds
description: Sure odds official 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+2
environment:
sdk: ">=2.15.0 <3.0.0"
# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
# consider running `flutter pub upgrade --major-versions`. Alternatively,
# dependencies can be manually updated by changing the version numbers below to
# the latest version available on pub.dev. To see which dependencies have newer
# versions available, run `flutter pub outdated`.
dependencies:
cached_network_image: ^3.2.0
cupertino_icons: ^1.0.2
device_preview: ^1.0.0
dio: ^4.0.4
firebase_core: ^1.10.6
flutter:
sdk: flutter
flutter_hooks: ^0.18.2
flutter_secure_storage: ^5.0.2
flutter_spinkit: ^5.1.0
freezed_annotation: ^1.1.0
gap: ^2.0.0
golden_toolkit: ^0.13.0
google_fonts: 2.2.0
google_mobile_ads: ^1.1.0
hooks_riverpod: ^1.0.3
intl: ^0.17.0
json_annotation: ^4.4.0
mockito: ^5.0.17
shared_preferences: ^2.0.12
time: ^2.1.0
url_launcher:
dev_dependencies:
build_runner:
flutter_launcher_icons: ^0.9.2
flutter_lints: ^1.0.0
flutter_native_splash:
flutter_test:
sdk: flutter
freezed: ^1.1.0
json_serializable: ^6.1.3
flutter:
uses-material-design: true
assets:
- assets/
- assets/images/
- google_fonts/
flutter_icons:
android: true
ios: true
image_path: assets/images/app_icon.png
remove_alpha_ios: true
flutter_native_splash:
color: '#800020'
image: assets/images/app_icon_large.png
ios: true
web: false
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
uses-material-design: true