-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
42 lines (37 loc) · 833 Bytes
/
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
name: sonamobi
description: Mobile interface to Sonaveeb
publish_to: 'none'
version: 0.5.0+6
environment:
sdk: ^3.5.3
dependencies:
flutter:
sdk: flutter
animated_toggle_switch: ^0.8.3
flutter_riverpod: ^2.1.1
gtranslate_v2: ^1.0.2
html: ^0.15.1
http: ^1.2.2
intl: ^0.20.0
logging: ^1.2.0
shared_preferences: ^2.0.15
sqflite: ^2.4.0
url_launcher: ^6.3.1
webview_flutter: ^4.9.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons: ^0.14.1
flutter_lints: ^5.0.0
flutter:
uses-material-design: true
assets:
- assets/neurotolge.png
- assets/gtranslate.png
flutter_launcher_icons:
android: true
adaptive_icon_background: "#4125d0"
adaptive_icon_foreground: "icon/sonamobi-icon.png"
ios: true
remove_alpha_ios: true
image_path: "icon/sonamobi-icon.png"