pubspec.yaml 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. name: imclient
  2. description: A new Flutter project.
  3. version: 0.0.1
  4. homepage:
  5. environment:
  6. sdk: ">=2.12.0 <3.0.0"
  7. flutter: ">=1.20.0"
  8. dependencies:
  9. event_bus: ^2.0.0
  10. flutter:
  11. sdk: flutter
  12. image: ^4.0.15
  13. plugin_platform_interface: ^2.1.4
  14. dev_dependencies:
  15. flutter_test:
  16. sdk: flutter
  17. flutter_lints: ^3.0.2
  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: cn.wildfirechat.imclient
  36. pluginClass: ImclientPlugin
  37. ios:
  38. pluginClass: ImclientPlugin
  39. # To add assets to your plugin package, add an assets section, like this:
  40. # assets:
  41. # - images/a_dot_burr.jpeg
  42. # - images/a_dot_ham.jpeg
  43. #
  44. # For details regarding assets in packages, see
  45. # https://flutter.dev/assets-and-images/#from-packages
  46. #
  47. # An image asset can refer to one or more resolution-specific "variants", see
  48. # https://flutter.dev/assets-and-images/#resolution-aware
  49. # To add custom fonts to your plugin package, add a fonts section here,
  50. # in this "flutter" section. Each entry in this list should have a
  51. # "family" key with the font family name, and a "fonts" key with a
  52. # list giving the asset and other descriptors for the font. For
  53. # example:
  54. # fonts:
  55. # - family: Schyler
  56. # fonts:
  57. # - asset: fonts/Schyler-Regular.ttf
  58. # - asset: fonts/Schyler-Italic.ttf
  59. # style: italic
  60. # - family: Trajan Pro
  61. # fonts:
  62. # - asset: fonts/TrajanPro.ttf
  63. # - asset: fonts/TrajanPro_Bold.ttf
  64. # weight: 700
  65. #
  66. # For details regarding fonts in packages, see
  67. # https://flutter.dev/custom-fonts/#from-packages