pocketpy/plugins/flutter/pubspec.yaml
blueloveTH 46350b0964 Update pubspec.yaml
Update pubspec.yaml

up

Update main.yml

up
2022-12-10 05:59:47 +08:00

28 lines
497 B
YAML

name: pocketpy
description: A lightweight Python interpreter for game engines.
version: 0.4.8+3
homepage: https://pocketpy.dev
repository: https://github.com/blueloveth/pocketpy
environment:
sdk: '>=2.17.0 <3.0.0'
dependencies:
flutter:
sdk: flutter
ffi: ^2.0.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
flutter:
plugin:
platforms:
android:
ffiPlugin: true
ios:
ffiPlugin: true
windows:
ffiPlugin: true