pubspec.yaml 2.4 KB

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