-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpubspec.yaml
66 lines (55 loc) · 1.24 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
name: Teledax
description: A Telegram Index Client.
publish_to: "none"
version: 1.0.2+2
environment:
sdk: ">=2.7.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
http: ^0.12.2
# video player
# chewie: ^0.9.10
# video_player: ^0.10.12
audioplayers: ^0.16.0
# sqlite
sqflite: ^1.2.0
#path module
path_provider: ^1.5.1
#shared pref
shared_preferences: ^0.5.10
#material icon
material_design_icons_flutter: ^4.0.5345
url_launcher: ^5.5.0
cached_network_image: ^2.2.0+1
# ios
cupertino_icons: ^0.1.3
package_info: ^0.4.3
#flutter_svg: ^0.18.1
android_intent: ^0.3.7+3
# audio player notification
flutter_media_notification:
git:
url: https://github.com/bykenx/flutter_media_notification.git
ref: master
fluttertoast: ^7.0.4
#vlc video player
flutter_vlc_player: ^3.0.7
dev_dependencies:
flutter_test:
sdk: flutter
flutter:
uses-material-design: true
assets:
- images/
# fonts:
# - family: Schyler
# fonts:
# - asset: fonts/Schyler-Regular.ttf
# - asset: fonts/Schyler-Italic.ttf
# style: italic
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700