-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
57 lines (51 loc) · 1.04 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
name: ton
description: Ton Sdk for Flutter
version: 0.0.7
homepage: https://github.com/mhbdev/ton
environment:
sdk: '>=3.1.1 <4.0.0'
flutter: '>=3.3.0'
dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
flutter_localizations:
sdk: flutter
plugin_platform_interface: ^2.0.2
js: ^0.6.7
tonutils: ^0.5.7
pinenacl: ^0.6.0
convert: ^3.1.1
shared_preferences: ^2.2.2
logger: ^2.0.2+1
http: ^1.1.2
universal_html: ^2.2.4
crypto: ^3.0.3
provider: ^6.1.1
qr_flutter: ^4.1.0
flutter_i18n: ^0.35.1
url_launcher: ^6.3.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
flutter:
plugin:
platforms:
android:
package: net.apexteam.ton
pluginClass: TonPlugin
ios:
pluginClass: TonPlugin
linux:
pluginClass: TonPlugin
macos:
pluginClass: TonPlugin
windows:
pluginClass: TonPluginCApi
web:
pluginClass: TonWeb
fileName: ton_web.dart
assets:
- assets/flutter_i18n/en_US.json