-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
77 lines (66 loc) · 1.65 KB
/
pubspec.yaml
File metadata and controls
77 lines (66 loc) · 1.65 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
76
77
name: innoq
description: A new Flutter project.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: '>=2.18.6 <4.0.0'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
cupertino_icons: ^1.0.2
auto_route: ^5.0.4
dio: ^5.0.0
freezed_annotation: ^2.2.0
json_annotation: ^4.7.0
get_it: ^7.2.0
injectable: ^2.1.0
flutter_bloc: ^8.1.1
basic_utils: ^5.4.2
modal_bottom_sheet:
git:
url: https://github.com/followthemoney1/modal_bottom_sheet.git
ref: 3e8c3682be91a4a86ee73f39606901d5eb033f0b
path: modal_bottom_sheet
shared_preferences: ^2.0.17
intl: ^0.18.0
visibility_detector: ^0.3.3
collection: ^1.17.0
qr_flutter: ^4.0.0
flutter_color: ^2.0.0
shimmer_animation: ^2.1.0+1
screenshot: ^2.0.0
share_plus: ^6.3.2
qr_code_scanner: ^1.0.1
pin_code_fields: ^7.4.0
uni_links: ^0.5.1
firebase_messaging: ^14.4.1
firebase_core: ^2.10.0
firebase_analytics: ^10.3.0
flutter_slidable: ^3.0.0
google_fonts: ^4.0.4
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
auto_route_generator: ^5.0.3
build_runner: ^2.3.3
freezed: ^2.3.2
json_serializable: ^6.5.4
injectable_generator: ^2.1.3
flutter_launcher_icons: ^0.13.1
flutter_native_splash: ^2.2.19
dart_code_metrics: ^5.6.0
flutter:
uses-material-design: true
flutter_launcher_icons:
image_path: 'assets/logo.png'
android: true
adaptive_icon_background: '#ffffff'
adaptive_icon_foreground: 'assets/logo_foreground.png'
flutter_native_splash:
color: '#fafafa'
image: 'assets/splash_image.png'
flutter_intl:
enabled: true