-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
70 lines (51 loc) · 1.22 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: flutter_boilerplate_app
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: '>=3.1.1 <4.0.0'
dependencies:
flutter:
sdk: flutter
# State manager
flutter_riverpod: ^2.4.0
riverpod_annotation: ^2.1.5
# Internationalization and localization
flutter_localizations:
sdk: flutter
intl: ^0.18.1
# Logger
arna_logger: ^1.1.0
app_apis:
path: packages/app_apis
app_constants:
path: packages/app_constants
app_localizations:
path: packages/app_localizations
app_models:
path: packages/app_models
app_providers:
path: packages/app_providers
app_router:
path: packages/app_router
app_widgets:
path: packages/app_widgets
service_native_splash:
path: packages/service_native_splash
service_orientations:
path: packages/service_orientations
service_storage:
path: packages/service_storage
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.3
build_runner: ^2.4.6
freezed: ^2.4.2
json_serializable: ^6.7.1
riverpod_generator: ^2.3.2
custom_lint: ^0.5.3
riverpod_lint: ^2.1.0
flutter:
uses-material-design: true
generate: true