flutter plugin for zebra multiplatform sdk

pubspec.yaml 2.5KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. name: flutter_zsdk
  2. description: "A new Flutter plugin project."
  3. version: 0.0.1
  4. homepage:
  5. environment:
  6. sdk: '>=3.3.1 <4.0.0'
  7. flutter: '>=3.3.0'
  8. dependencies:
  9. flutter:
  10. sdk: flutter
  11. plugin_platform_interface: ^2.0.2
  12. permission_handler: ^11.3.1
  13. flutter_blue_plus: 1.34.5
  14. dev_dependencies:
  15. flutter_test:
  16. sdk: flutter
  17. flutter_lints: ^3.0.0
  18. # For information on the generic Dart part of this file, see the
  19. # following page: https://dart.dev/tools/pub/pubspec
  20. # The following section is specific to Flutter packages.
  21. flutter:
  22. # This section identifies this Flutter project as a plugin project.
  23. # The 'pluginClass' specifies the class (in Java, Kotlin, Swift, Objective-C, etc.)
  24. # which should be registered in the plugin registry. This is required for
  25. # using method channels.
  26. # The Android 'package' specifies package in which the registered class is.
  27. # This is required for using method channels on Android.
  28. # The 'ffiPlugin' specifies that native code should be built and bundled.
  29. # This is required for using `dart:ffi`.
  30. # All these are used by the tooling to maintain consistency when
  31. # adding or updating assets for this project.
  32. plugin:
  33. platforms:
  34. android:
  35. package: id.kalanusa.flutter_zsdk
  36. pluginClass: FlutterZsdkPlugin
  37. ios:
  38. pluginClass: FlutterZsdkPlugin
  39. windows:
  40. pluginClass: FlutterZsdkPluginCApi
  41. # To add assets to your plugin package, add an assets section, like this:
  42. # assets:
  43. # - images/a_dot_burr.jpeg
  44. # - images/a_dot_ham.jpeg
  45. #
  46. # For details regarding assets in packages, see
  47. # https://flutter.dev/assets-and-images/#from-packages
  48. #
  49. # An image asset can refer to one or more resolution-specific "variants", see
  50. # https://flutter.dev/assets-and-images/#resolution-aware
  51. # To add custom fonts to your plugin package, add a fonts section here,
  52. # in this "flutter" section. Each entry in this list should have a
  53. # "family" key with the font family name, and a "fonts" key with a
  54. # list giving the asset and other descriptors for the font. For
  55. # example:
  56. # fonts:
  57. # - family: Schyler
  58. # fonts:
  59. # - asset: fonts/Schyler-Regular.ttf
  60. # - asset: fonts/Schyler-Italic.ttf
  61. # style: italic
  62. # - family: Trajan Pro
  63. # fonts:
  64. # - asset: fonts/TrajanPro.ttf
  65. # - asset: fonts/TrajanPro_Bold.ttf
  66. # weight: 700
  67. #
  68. # For details regarding fonts in packages, see
  69. # https://flutter.dev/custom-fonts/#from-packages