-
Notifications
You must be signed in to change notification settings - Fork 3
/
pubspec.yaml
85 lines (72 loc) · 2.63 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: modernialias
description: Ovo je moja Alias aplikacija.
publish_to: 'none'
version: 3.5.1+351
environment:
sdk: '>=3.2.5 <4.0.0'
dependencies:
flutter:
sdk: flutter
#
# Dependencies used throughout the app
# When adding a dependency, don't forget to add a version number
# Also, sort the dependencies alphabetically
#
app_settings: 5.1.1 # Used to check and update microphone permission
audio_waveforms: 1.0.4 # Generate waveforms while recording audio or from audio files
circular_countdown_timer: 0.2.3 # Used for showing the timer
easy_localization: 3.0.3 # Localization
flutter_staggered_animations: 1.1.1 # Used for animating widgets
flutter_riverpod: 2.4.9 # State management, dependency injection, etc.
flutter_svg: 2.0.9 # SVG rendering library
hive: 2.2.3 # Used to store data for Stats
hive_flutter: 1.1.0 # Easier integration of Hive with Flutter
intl: 0.18.1 # Used for date formatting
just_audio: 0.9.36 # Used to play audio files
logger: 2.0.2+1 # Small, easy to use and extensible logger which prints beautiful logs
package_info_plus: 5.0.1 # To get the app version and show on the relevant screen
path_provider: 2.1.2 # For finding commonly used locations on the filesystem
rive: 0.12.4 # Renders Rive animations in Flutter
timeago: 3.6.0 # To show when were last games played
url_launcher: 6.2.3 # Used to launch URLs in native browser
video_player: 2.8.2 # Used to play videos
dev_dependencies:
build_runner: 2.4.8 # Used for code generation
flutter_launcher_icons: 0.13.1 # Used to generate app icons
flutter_native_splash: 2.3.9 # Used to generate splash screen
hive_generator: 2.0.1 # Generates Hive adapters
# Run Hive code generation with `dart run build_runner build -d`
# Configuration for 'flutter_launcher_icons'
# Run icon generation with 'dart run flutter_launcher_icons:main'
flutter_icons:
android: true
ios: true
image_path: 'assets/icon.png'
adaptive_icon_background: '#152544'
adaptive_icon_foreground: 'assets/icon.png'
# Configuration for 'flutter_native_splash'
# Run splash screen generation with 'dart run flutter_native_splash:create'
flutter_native_splash:
android: true
ios: true
background_image: 'assets/splash.png'
android_12:
color: '#152544'
flutter:
uses-material-design: true
assets:
- assets/
- assets/audio/
- assets/icons/
- assets/images/
- assets/translations/
- assets/videos/
fonts:
- family: Sen
fonts:
- asset: fonts/Sen/Sen-Regular.ttf
weight: 400
- asset: fonts/Sen/Sen-SemiBold.ttf
weight: 600
- asset: fonts/Sen/Sen-Bold.ttf
weight: 700