pubspec.yaml 2.3 KB

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