readability-dart/pubspec.yaml

41 lines
1.1 KiB
YAML
Raw Normal View History

name: readability
description: "A new Flutter FFI plugin project."
version: 0.0.1
homepage: https://git.kat.directory/SphericalKat/readability-dart
environment:
sdk: '>=3.4.3 <4.0.0'
flutter: '>=3.3.0'
dependencies:
ffi: ^2.1.2
flutter:
sdk: flutter
plugin_platform_interface: ^2.0.2
dev_dependencies:
ffigen: ^11.0.0
flutter_test:
sdk: flutter
flutter_lints: ^3.0.0
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter packages.
flutter:
plugin:
platforms:
# This FFI plugin project was generated without specifying any
# platforms with the `--platform` argument. If you see the `some_platform` map below, remove it and
# then add platforms following the instruction here:
# https://flutter.dev/docs/development/packages-and-plugins/developing-packages#plugin-platforms
# -------------------
android:
pluginClass: ReadabilityPlugin
ffiPlugin: true
ios:
pluginClass: ReadabilityPlugin
ffiPlugin: true