-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpubspec.yaml
43 lines (38 loc) · 814 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
name: flutter_discord_rpc
description: Discord RPC support for Flutter desktop platforms
version: 1.0.0
repository: https://github.com/KRTirtho/frb_plugins/tree/main/packages/flutter_discord_rpc
environment:
sdk: '>=3.0.0 <4.0.0'
flutter: ">=3.0.0"
dependencies:
flutter:
sdk: flutter
ffi: ^2.1.2
flutter_rust_bridge: 2.5.0
plugin_platform_interface: ^2.1.8
uuid: ^4.4.2
meta: ^1.11.0
collection: ^1.18.0
dev_dependencies:
ffigen: ^14.0.1
lints: ^2.0.0
test: ^1.21.0
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
integration_test:
sdk: flutter
flutter:
plugin:
platforms:
android:
ffiPlugin: true
ios:
ffiPlugin: true
linux:
ffiPlugin: true
macos:
ffiPlugin: true
windows:
ffiPlugin: true