-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
60 lines (42 loc) · 1.2 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
name: application_1
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.3.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
device_info_fetcher:
log_db_package:
pax_api_plugin:
scotch_dev_error:
sqlite_postgresql_connector:
yaml_parser_fetcher:
audit_db_package:
cupertino_icons: ^1.0.6
dependency_overrides:
shared_database:
path: ../shared_database
device_info_fetcher:
git: https://github.com/Flutter-Apps-pty/device_info_fetcher
log_db_package:
git: https://github.com/Flutter-Apps-pty/log_db_package
pax_api_plugin:
git: https://github.com/Flutter-Apps-pty/pax_api_plugin
scotch_dev_error:
git:
url: https://github.com/Flutter-Apps-pty/scotch_dev_error.git
ref: feat/pepkor_mvp_codes
sqlite_postgresql_connector:
git: https://github.com/Flutter-Apps-pty/sqlite_postgresql_connector.git
yaml_parser_fetcher:
git: https://github.com/Flutter-Apps-pty/yaml_parser_fetcher
audit_db_package:
path: ../audit_db_package
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.0
flutter:
uses-material-design: true