-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
70 lines (59 loc) · 1.42 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
name: task_manager
version: 1.0.0+1
publish_to: none
description: A new Flutter project.
environment:
sdk: '>=3.1.3 <4.0.0'
dependencies:
flutter:
sdk: flutter
azlistview: ^2.0.0
cloud_firestore: ^4.13.2
cupertino_icons: ^1.0.2
custom_refresh_indicator: ^3.0.0
either_dart: ^1.0.0
equatable: ^2.0.5
flash: ^3.0.5+2
fluttertoast: ^8.2.4
firebase_core: ^2.20.0
firebase_auth: ^4.14.1
firebase_analytics: ^10.7.0
flutter_screenutil: ^5.7.0
flutter_svg: ^2.0.7
go_router: ^10.0.0
google_fonts: ^6.1.0
google_sign_in: ^6.1.6
hive_flutter: ^1.1.0
hooks_riverpod: ^2.4.3
internet_connection_checker: ^1.0.0+1
loading_animation_widget: ^1.2.0+4
percent_indicator: ^4.2.3
rive: ^0.13.3
shared_preferences: ^2.2.2
the_apple_sign_in: ^1.1.1
dio: ^5.4.3+1
pinput: ^5.0.0
skeletonizer: ^1.3.0
freezed_annotation: ^2.4.1
json_serializable: ^6.8.0
dev_dependencies:
flutter_test:
sdk: flutter
very_good_analysis: ^5.0.0+1
flutter_launcher_icons: "^0.13.1"
build_runner: ^2.4.6
freezed: ^2.4.5
# Launcher icons
flutter_launcher_icons:
android: true
ios: false
min_sdk_android: 21
adaptive_icon_background: "assets/images/app_icon.png"
adaptive_icon_foreground: "assets/images/app_icon.png"
image_path: "assets/images/app_icon.png"
flutter:
assets:
- assets/images/
uses-material-design: true
#scripts
#run debug by flavors: flutter run --flavor dev