pubspec.yaml 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. name: shoes_sdk
  2. description: shoes_sdk
  3. version: 0.0.1
  4. author:
  5. homepage:
  6. environment:
  7. sdk: ">=2.16.0 <3.0.0"
  8. flutter: ">=1.20.0"
  9. dependencies:
  10. flutter:
  11. sdk: flutter
  12. ffigen: ^4.1.3
  13. dev_dependencies:
  14. flutter_test:
  15. sdk: flutter
  16. ffigen:
  17. name: NativeLibrary
  18. description: Bindings to `headers/example.h`.
  19. output: 'lib/generated_bindings.dart'
  20. headers:
  21. entry-points:
  22. - 'headers/sdk.h'
  23. # For information on the generic Dart part of this file, see the
  24. # following page: https://dart.dev/tools/pub/pubspec
  25. # The following section is specific to Flutter.
  26. flutter:
  27. # This section identifies this Flutter project as a plugin project.
  28. # The 'pluginClass' and Android 'package' identifiers should not ordinarily
  29. # be modified. They are used by the tooling to maintain consistency when
  30. # adding or updating assets for this project.
  31. plugin:
  32. platforms:
  33. android:
  34. package: com.ouj.shoesdk.shoes_sdk
  35. pluginClass: ShoesSdkPlugin
  36. ios:
  37. pluginClass: ShoesSdkPlugin
  38. # To add assets to your plugin package, add an assets section, like this:
  39. # assets:
  40. # - images/a_dot_burr.jpeg
  41. # - images/a_dot_ham.jpeg
  42. #
  43. # For details regarding assets in packages, see
  44. # https://flutter.dev/assets-and-images/#from-packages
  45. #
  46. # An image asset can refer to one or more resolution-specific "variants", see
  47. # https://flutter.dev/assets-and-images/#resolution-aware.
  48. # To add custom fonts to your plugin package, add a fonts section here,
  49. # in this "flutter" section. Each entry in this list should have a
  50. # "family" key with the font family name, and a "fonts" key with a
  51. # list giving the asset and other descriptors for the font. For
  52. # example:
  53. # fonts:
  54. # - family: Schyler
  55. # fonts:
  56. # - asset: fonts/Schyler-Regular.ttf
  57. # - asset: fonts/Schyler-Italic.ttf
  58. # style: italic
  59. # - family: Trajan Pro
  60. # fonts:
  61. # - asset: fonts/TrajanPro.ttf
  62. # - asset: fonts/TrajanPro_Bold.ttf
  63. # weight: 700
  64. #
  65. # For details regarding fonts in packages, see
  66. # https://flutter.dev/custom-fonts/#from-packages