-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
75 lines (61 loc) · 1.37 KB
/
pubspec.yaml
File metadata and controls
75 lines (61 loc) · 1.37 KB
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: dumbdumb_flutter_app
description: My dumbdumb Flutter app
version: 1.0.0+1
publish_to: none
environment:
sdk: ">=3.0.0 <4.0.0"
dependencies:
flutter:
sdk: flutter
# Localizations
flutter_localizations:
sdk: flutter
intl: ^0.18.1
# Tests
test: ^1.24.1
mocktail: ^1.0.3
# Project Structure
go_router: ^13.2.0
# State Management
flutter_riverpod: ^2.4.10
riverpod_annotation: ^2.3.4
# Device Info
device_info_plus: ^9.1.1
package_info_plus: ^7.0.0
android_id: ^0.3.6
store_redirect: ^2.0.1
internet_connection_checker: ^1.0.0+1
# Data
dio: ^5.4.0
shared_preferences: ^2.0.5
uuid: ^4.3.3
freezed_annotation: ^2.4.1
json_annotation: ^4.8.1
equatable: ^2.0.5
# Firebase
firebase_core: ^2.29.0
firebase_analytics: ^10.10.1
firebase_messaging: ^14.8.1
firebase_crashlytics: ^3.5.1
firebase_remote_config: ^4.4.1
# Push Notification
flutter_local_notifications: ^16.3.2
# UI / UX
flutter_animate: ^4.4.0
# transitive dependencies to resolve [depend_on_referenced_packages] lint check:
collection: any
flutter:
uses-material-design: true
generate: true
assets:
- assets/images/
flutter_intl:
enabled: true
dev_dependencies:
flutter_lints: ^3.0.2
build_runner: ^2.4.8
custom_lint: ^0.6.0
freezed: ^2.4.6
json_serializable: ^6.7.1
riverpod_generator: ^2.3.11
riverpod_lint: ^2.3.9