This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
pubspec.yaml
93 lines (71 loc) · 1.58 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
name: todo
description: Helper open source application to add user with ETECSA services
homepage: https://github.com/todo-devs/todo
repository: https://github.com/todo-devs/todo
publish_to: 'none'
version: 2.0.0+15
environment:
sdk: ">=2.7.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
# flutter_localizations:
# sdk: flutter
# State Manager
bloc: ^6.1.1
flutter_bloc: ^6.1.1
# Compare class for testing
equatable: ^1.2.5
# Dependency Injection
get_it: ^5.0.3
# GetX
get: ^3.24.0
# Json Serialization
json_annotation: ^3.1.1
# Themes
theme_provider: ^0.4.0+1
# Translations
# flutter_translate: ^1.6.0
# flutter_translate_annotations: ^1.0.1
# Class Annotations
meta: ^1.2.4
# Local Storage
shared_preferences: ^0.5.12+4
# Http Client
dio: ^3.0.10
device_proxy:
path: ./plugins/device_proxy
# Contact Picker
contact_picker:
path: ./plugins/contact_picker
# selibrary
selibrary:
path: ./selibrary
# charts
# charts_flutter: ^0.9.0
# Sqlite
sqflite: ^1.3.1
dev_dependencies:
flutter_test:
sdk: flutter
mockito: ^4.1.3
build_runner: ^1.10.11
json_serializable: ^3.5.1
# flutter_translate_gen: ^1.2.4
flutter_launcher_icons: ^0.8.1
flutter:
uses-material-design: true
assets:
- config/ussd_codes.json
- assets/i18n/
- assets/images/
- LICENSE
- DISCLAIMER
fonts:
- family: Montserrat
fonts:
- asset: assets/fonts/Montserrat-Regular.ttf
flutter_icons:
android: "launcher_icon"
ios: false
image_path: "assets/images/logo.png"