-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpubspec.yaml
85 lines (77 loc) · 2.14 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: infinite_horizons
description: "Using this app your study and work session efficiency can increase dramatically by following research-based methods."
publish_to: 'none'
version: 1.0.6+7
environment:
sdk: '>=3.3.0 <4.0.0'
dependencies:
animated_line_through: ^1.0.4
animated_text_kit:
git:
url: https://github.com/guyluz11/Animated-Text-Kit.git
ref: master
animated_toggle_switch: ^0.8.2
audioplayers: ^6.0.0
awesome_notifications: ^0.9.3+1
awesome_notifications_core: ^0.9.3
collection: ^1.18.0
# Blast confetti
confetti: ^0.7.0
# Cupertino Icons font to your application
cupertino_icons: ^1.0.8
# Make an animated circular countdown
custom_timer: ^0.2.3
device_info_plus: ^10.1.0
# Internationalization (Easy translations)
easy_localization: ^3.0.6
flutter:
sdk: flutter
flutter_cached_pdfview: ^0.4.2
flutter_dnd: ^0.1.4+1
flutter_inappwebview: ^6.0.0
flutter_svg: ^2.0.10+1
flutter_vibrate: ^1.3.0
# Font Awesome Icon pack available as Flutter Icons.
font_awesome_flutter: ^10.7.0
google_fonts: ^6.2.1
health: ^10.2.0
introduction_screen:
git:
url: https://github.com/guyluz11/introduction_screen.git
ref: master
liquid_progress_indicator_v2: ^0.5.0
# Logger which prints beautiful logs
logger: ^2.2.0
permission_handler: ^11.3.1
progress_tracker:
git:
url: https://github.com/guyluz11/progress-tracker.git
ref: main
shared_preferences: ^2.2.3
universal_io: ^2.2.2
url_launcher: ^6.2.6
vibration: ^1.8.4
wakelock_plus: ^1.2.5
youtube_player_flutter: ^9.0.1
dev_dependencies:
# Simplifies the task of updating your Flutter app's launcher icon
flutter_launcher_icons: "^0.13.1"
flutter_test:
sdk: flutter
# Collection of lint rules for Dart and Flutter projects.
lint: ^2.3.0
test: ^1.24.9
flutter:
uses-material-design: true
assets:
- assets/
- assets/translations/
- assets/sound_effects/
- assets/images/
flutter_launcher_icons:
android: true
ios: true
remove_alpha_ios: true
image_path: "assets/logo.png"
adaptive_icon_foreground: "assets/logo_foreground.png"
adaptive_icon_background: "#061E4A"