-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
54 lines (45 loc) · 996 Bytes
/
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
name: tab_router_example
description: tab_router_example
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=2.19.0-374.1.beta <3.0.0'
flutter: '>=3.6.0-0.1.pre'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
collection: ^1.17.0
meta: ^1.7.0
intl: ^0.17.0
l: ^3.2.0
path: ^1.8.2
shared_preferences: ^2.0.20
tab_router:
path: packages/tab_router
photo_view: ^0.14.0
dev_dependencies:
flutter_test:
sdk: flutter
dart_code_metrics: ^5.7.0
build: ^2.0.0
build_runner: ^2.0.2
build_test: ^2.1.7
flutter_gen_runner: ^5.2.0
pubspec_generator: ^3.0.1
flutter:
uses-material-design: true
assets:
- assets/data/
- assets/images/
flutter_intl:
enabled: true
class_name: GeneratedLocalization
main_locale: en
arb_dir: lib/src/common/localization
output_dir: lib/src/common/localization/generated
use_deferred_loading: false
flutter_gen:
output: lib/src/common/constant/
line_length: 120