-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
pubspec.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: telegram
description: A Telegram App Flutter Open Source.
homepage: https://youtube.com/@azkadev
repository: https://github.com/azkadev/telegram
issue_tracker: https://github.com/azkadev/telegram/azkadev
documentation: https://youtube.com/@azkadev
version: 0.0.0
publish_to: none
platform:
android:
linux:
windows:
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.5
galaxeus_lib: ^0.0.73
url_launcher: ^6.1.11
universal_io: ^2.2.0
galaxeus_lib_flutter: ^0.0.8
cool_alert: ^2.0.1
telegram_client: ^0.4.20
isar: ^3.1.0+1
isar_flutter_libs: ^3.1.0+1
path_provider: ^2.0.15
telegram_client_flutter: ^0.0.9
path: ^1.8.3
googleapis_client: ^0.0.4
translate_client: ^0.0.1
iconsax: ^0.0.8
dev_dependencies:
flutter_lints: ^2.0.1
packagex: ^0.0.28
msix: ^3.12.1
isar_generator: ^3.1.0+1
build_runner: ^2.4.2
flutter:
uses-material-design: true
# assets:
# - assets/
# - assets/icons/
msix_config:
display_name: telegram
install_certificate: false
packagex:
name: telegram
dart_target: telegram
flutter_target: main
dart_name: telegram
flutter_name: telegram
flutter_commands:
obfuscate: true
split-debug-info: 0.0.5