-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
72 lines (62 loc) · 1.66 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
name: internity
description: A monitoring app for intern students
publish_to: "none" # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: ">=2.18.6 <3.0.0"
dependencies:
cached_network_image: ^3.3.0
cupertino_icons: ^1.0.6
dio: ^5.3.3
file_picker: ^5.5.0
firebase_core: ^2.17.0
flutter:
sdk: flutter
flutter_native_splash: ^2.3.3
flutter_widget_from_html_core: ^0.10.5
fpdart: ^1.1.0
freezed_annotation: ^2.4.1
google_fonts: ^6.1.0
hooks_riverpod: ^2.4.3
image_picker: ^1.0.4
intl: ^0.18.1
introduction_screen: ^3.1.12
json_annotation: ^4.8.1
loading_animation_widget: ^1.2.0+4
random_avatar: ^0.0.8
sentry_flutter: ^7.10.1
shared_preferences: ^2.2.1
smooth_page_indicator: ^1.1.0
dev_dependencies:
build_runner: ^2.4.6
flutter_launcher_icons: ^0.13.1
flutter_lints: ^2.0.3
flutter_test:
sdk: flutter
freezed: ^2.4.3
json_serializable: ^6.7.1
# Configuration for flutter
flutter:
uses-material-design: true
assets:
- assets/
- assets/images/
# configuration for launcher Icon
flutter_icons:
android: true
ios: true
image_path: "assets/images/logo.png"
min_sdk_android: 21 # android min sdk min:16, default 21
# Android
adaptive_icon_background: "#ffffff"
adaptive_icon_foreground: "assets/images/launcher_icon.png"
# iOS
remove_alpha_ios: true
# Configuration for splash screen
flutter_native_splash:
color: "#1480FF"
image: assets/images/splash_icon.png
android_12:
image: assets/images/splash_icon.png
color: "#1480FF"
fullscreen: true