-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
66 lines (56 loc) · 1.31 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
name: task_voting
description: A new Flutter project.
# Prevent accidental publishing to pub.dev.
publish_to: "none"
version: 1.0.0+1
environment:
sdk: ^3.2.2
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
url_strategy: ^0.2.0
intl: ^0.18.1
vote: ^2.1.0
mobx: ^2.0.7+4
flutter_mobx: ^2.0.6+1
collection: ^1.16.0
meta: ^1.7.0
hive: ^2.2.3
hive_flutter: ^1.1.0
json_annotation: ^4.6.0
api_client:
path: api_client
file_system_access:
git:
url: https://github.com/juancastillo0/file_system_access_web.git
valida:
stack_portal:
git:
url: https://github.com/juancastillo0/stack_portal.git
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.1
valida_generator:
mobx_codegen:
build_runner: ^2.4.7
json_serializable: ^6.3.1
dependency_overrides:
valida:
git:
url: https://github.com/juancastillo0/valida.git
path: valida
valida_generator:
git:
url: https://github.com/juancastillo0/valida.git
path: valida_generator
flutter:
uses-material-design: true
# Enable generation of localized Strings from arb files.
generate: true
assets:
# Add assets from the images directory to the application.
- assets/images/
- packages/file_system_access/assets/file_persistence.js