-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
62 lines (53 loc) · 1.25 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
name: lm_labs_app
description: "A new Flutter project."
# Prevent accidental publishing to pub.dev.
publish_to: "none"
version: 1.0.0+1
environment:
flutter: ">=3.22.0"
sdk: ">=3.4.0 <4.0.0"
dependencies:
connectivity_plus: ^6.1.1
dio: ^5.7.0
easy_debounce: ^2.0.3
flutter:
sdk: flutter
flutter_hooks: ^0.20.5
flutter_localizations:
sdk: flutter
freezed_annotation: ^2.4.3
go_router: ^14.6.2
hooks_riverpod: ^2.5.1
i18n_extension: ^13.0.2
json_annotation: ^4.9.0
lm_labs_utils: ^1.1.2
riverpod_annotation: ^2.3.5
shared_preferences: ^2.3.4
dev_dependencies:
build_runner: ^2.4.14
custom_lint: ^0.7.0
flutter_native_splash: ^2.4.3
flutter_test:
sdk: flutter
freezed: ^2.5.7
go_router_builder: ^2.7.1
json_serializable: ^6.9.0
lm_labs_flutter_lints: ^0.2.0
lm_labs_generator: ^0.0.1
riverpod_generator: ^2.6.3
riverpod_lint: ^2.3.12
dependency_overrides:
meta: ^1.15.0
flutter:
uses-material-design: true
assets:
# Add assets from the images directory to the application.
- assets/images/
flutter_native_splash:
color: "#ffffff"
image: assets/images/flutter_logo.png
android_12:
color: "#ffffff"
image: assets/images/flutter_logo.png
info_plist_files:
- "ios/Runner/Info.plist"