-
Notifications
You must be signed in to change notification settings - Fork 3
/
pubspec.yaml
81 lines (81 loc) · 1.84 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
name: words625
version: '1.0.0+1'
publish_to: none
environment:
sdk: '>=3.2.3 <4.0.0'
description: Varnamala - A Duolingo Alternative for Learning Indian Languages
dependencies:
animated_text_kit: '^4.2.2'
audioplayers: any
auto_route: 9.2.2
chiclet: any
cloud_firestore: any
contained_tab_bar_view: '^0.8.0'
countup: any
cupertino_icons: '^1.0.2'
equatable: any
firebase_analytics: any
firebase_auth: any
firebase_core: any
firebase_crashlytics: any
firebase_messaging: any
firebase_storage: any
flutter:
sdk: flutter
flutter_animate: any
flutter_custom_dialog: '^1.2.0'
flutter_svg: any
flutter_tts: any
font_awesome_flutter: any
freezed: any
get_it: any
google_fonts: 6.0.0
google_sign_in: any
injectable: any
json_annotation: any
json_serializable: any
logger: any
percent_indicator: '^4.0.0'
provider: any
pulsator: any
shimmer: any
streaming_shared_preferences: any
dev_dependencies:
auto_route_generator: any
build_runner: any
flutter_animate: any
flutter_gen: any
flutter_gen_runner: any
flutter_lints: '^2.0.0'
flutter_test:
sdk: flutter
import_sorter: any
injectable_generator: any
pubspec_dependency_sorter: any
string_extension:
flutter_launcher_icons:
flutter:
uses-material-design: true
assets:
- assets/sounds/
- assets/icons/
- assets/images/
- assets/images/mala/
- assets/screens/
flutter_launcher_icons:
android: "launcher_icon"
ios: true
image_path: "assets/images/app_logo.png"
min_sdk_android: 21
web:
generate: true
image_path: "assets/images/app_logo.png"
background_color: "#hexcode"
theme_color: "#hexcode"
windows:
generate: true
image_path: "assets/images/app_logo.png"
icon_size: 48 # min:48, max:256, default: 48
macos:
generate: true
image_path: "assets/images/app_logo.png"