flutter plugin for zebra multiplatform sdk

pubspec.yaml 2.6KB

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