This repository was archived by the owner on Jan 5, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpubspec.yaml
More file actions
66 lines (59 loc) · 1.35 KB
/
pubspec.yaml
File metadata and controls
66 lines (59 loc) · 1.35 KB
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: todo
description: Helper app to aid user with ETECSA services.
publish_to: "none"
version: 1.2.6+14
environment:
sdk: ">=2.7.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
cupertino_icons: ^0.1.3
sqflite: ^1.3.1
intent: ^1.3.4
permission_handler: ^3.1.0
shared_preferences: ^0.5.7
progress_dialog: ^1.2.4
webview_flutter: ^0.3.22+1
get_ip: ^0.4.0
provider: ^4.1.3
http: ^0.12.0+4
dio: ^3.0.9
device_proxy: ^0.0.3
getflutter: ^1.0.11
url_launcher: ^5.4.1
font_awesome_flutter: ^8.5.0
connectivity: ^0.4.8+6
quick_actions: ^0.4.0+6
apklis_api: ^0.0.1
package_info: ^0.4.1
flutter_html: any # it is any because there is a conflict with nauta_api
flutter_downloader: ^1.4.4
path_provider: ^1.6.11
install_plugin: ^2.0.1
# Internal dependencies
# contact_picker: ^0.0.2
contact_picker:
path: ./contact_picker
nauta_api:
path: ./nauta_api
dev_dependencies:
flutter_launcher_icons: "^0.7.3"
test:
mockito:
flutter_test:
sdk: flutter
flutter:
uses-material-design: true
assets:
- config/ussd_codes.json
- logo.png
fonts:
- family: Poppins
fonts:
- asset: fonts/Poppins-Regular.ttf
flutter_icons:
android: "launcher_icon"
ios: false
image_path: "todo.png"