forked from mikaelhadler/flutter_base_structure
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
53 lines (46 loc) · 1013 Bytes
/
pubspec.yaml
File metadata and controls
53 lines (46 loc) · 1013 Bytes
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
name: base_structure
description: A new Flutter project.
publish_to: "none"
version: 1.0.0+1
environment:
sdk: ">=2.7.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^0.1.3
dio: ^3.0.9
retrofit: ^1.3.4
json_serializable: ^3.3.0
json_annotation: ^3.0.1
internationalization: ^3.0.0+1
moduler_route: ^1.1.0
sembast: ^2.4.4+3
hive_flutter: ^0.3.0+2
path_provider: ^1.6.10
rxdart: ^0.24.1
uuid: ^2.0.4
dev_dependencies:
flutter_test:
sdk: flutter
mockito: ^4.1.1
build_runner: ^1.10.0
json_serializable_generator: ^1.0.1
retrofit_generator: ^1.3.7
flutter_launcher_icons: ^0.7.5
flutter:
uses-material-design: true
assets:
- ./assets/translations/en/US/
- ./assets/translations/pt/BR/
internationalization:
output-path: lib/infrastructure/resource/
path: assets/translations
locales:
- locale:
language-code: pt
countries-code:
- BR
- locale:
language-code: en
countries-code:
- US