-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpubspec.yaml
85 lines (74 loc) · 2.31 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
name: barbu_score
description: A new Flutter project.
publish_to: "none"
version: 1.0.0+1
environment:
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.24.0"
dependencies:
flutter:
sdk: flutter
collection: ^1.18.0
equatable: ^2.0.5
firebase_analytics: ^11.3.5
firebase_core: ^3.8.0
firebase_crashlytics: ^4.1.5
flutter_circular_text: ^0.3.1
flutter_riverpod: ^2.4.9
hive: ^2.2.3
hive_flutter: ^1.1.0
json_annotation: ^4.9.0
non_uniform_border: ^1.0.0
reorderable_grid_view: ^2.2.8
rive: ^0.12.4
shared_preferences: ^2.2.3
sprintf: ^7.0.0
two_dimensional_scrollables: ^0.3.1
wakelock_plus: ^1.1.3
dev_dependencies:
build_runner: ^2.4.6
flutter_launcher_icons: ^0.13.1
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
hive_generator: ^2.0.1
mockito: ^5.4.4
patrol_finders: ^2.0.1+1
json_serializable: ^6.8.0
flutter_icons:
android: "launcher_icon"
ios: true
image_path: "assets/logo.png"
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter.
flutter:
# 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
# To add assets to your application, add an assets section, like this:
assets:
- assets/
- assets/players/
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware.
# For details regarding adding assets from package dependencies, see
# https://flutter.dev/assets-and-images/#from-packages
# To add custom fonts to your application, add a fonts section here,
# in this "flutter" section. Each entry in this list should have a
# "family" key with the font family name, and a "fonts" key with a
# list giving the asset and other descriptors for the font. For
# example:
fonts:
- family: Quicksand
fonts:
- asset: assets/fonts/Quicksand-SemiBold.ttf
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700
#
# For details regarding fonts from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages