-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
44 lines (36 loc) · 888 Bytes
/
pubspec.yaml
File metadata and controls
44 lines (36 loc) · 888 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
name: ksms
description: Koulis SMS
version: 1.1.0+2
environment:
sdk: ">=2.7.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.0
################### mine ###################
flutter_sms_inbox: ^0.1.1+1
# state management
shared_preferences: ^2.0.5
stacked: ^1.7.6
stacked_hooks: ^0.1.3+2
permission_handler: ^6.1.1
# navigation
auto_route: ^1.0.2
stacked_services: ^0.7.3
# widgets
################### mine end ###################
dev_dependencies:
flutter_test:
sdk: flutter
################### mine ###################
flutter_launcher_icons: ^0.9.0
build_runner:
stacked_generator:
################### mine end ###################
flutter:
uses-material-design: true
flutter_icons:
android: true
image_path: "icon.png"
adaptive_icon_background: "#ffffff"
adaptive_icon_foreground: "icon_padded.png"