forked from flet-dev/serious-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
34 lines (30 loc) · 772 Bytes
/
pubspec.yaml
File metadata and controls
34 lines (30 loc) · 772 Bytes
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
name: serious_python_android
description: Android implementation of the serious_python plugin
homepage: https://flet.dev
repository: https://github.com/flet-dev/serious-python
version: 0.9.10
environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ">=3.7.0"
dependencies:
flutter:
sdk: flutter
plugin_platform_interface: ^2.1.8
serious_python_platform_interface:
path: ../serious_python_platform_interface
path: ^1.9.0
ffi: ^2.1.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
ffigen: ^9.0.0
flutter:
plugin:
implements: serious_python
platforms:
android:
package: com.flet.serious_python_android
pluginClass: AndroidPlugin
dartPluginClass: SeriousPythonAndroid
ffiPlugin: true