-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpubspec.yaml
48 lines (43 loc) · 905 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
43
44
45
46
47
48
name: subsocial_sdk
description: Flutter SDK for Subsocial.
version: 0.1.0
author: Shady Khalifa <shekohex@gmail.com>
homepage: https://subsocial.network
environment:
sdk: ">=2.13.0 <3.0.0"
flutter: ">=1.20.0"
dependencies:
dio: ^4.0.0
dio_http2_adapter: ^2.0.0
ffi: ^1.1.2
flutter:
sdk: flutter
path: ^1.8.0
path_provider: ^2.0.2
protobuf: ^2.0.0
dev_dependencies:
ffigen: ^3.0.0
flutter_test:
sdk: flutter
lint: ^1.5.3
flutter:
plugin:
platforms:
android:
package: network.subsocial.subsocial_sdk
pluginClass: SubsocialSdkPlugin
ios:
pluginClass: SubsocialSdkPlugin
ffigen:
output: 'lib/ffi.dart'
name: 'RawSubsoical'
description: 'Subscoial FFI Binding'
sort: true
comments:
style: any
length: full
headers:
entry-points:
- 'native/ffi/binding.h'
include-directives:
- '**binding.h'