-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathpubspec.yaml
More file actions
37 lines (33 loc) · 887 Bytes
/
pubspec.yaml
File metadata and controls
37 lines (33 loc) · 887 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
35
36
37
name: serious_python_darwin
description: iOS and macOS implementations of the serious_python plugin
homepage: https://flet.dev
repository: https://github.com/flet-dev/serious-python
version: 0.9.6
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
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
flutter:
plugin:
implements: serious_python
platforms:
ios:
pluginClass: SeriousPythonPlugin
dartPluginClass: SeriousPythonDarwin
ffiPlugin: true
sharedDarwinSource: true
macos:
pluginClass: SeriousPythonPlugin
dartPluginClass: SeriousPythonDarwin
ffiPlugin: true
sharedDarwinSource: true