pubspec.yaml 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. name: appflowy_backend
  2. description: A new flutter plugin project.
  3. version: 0.0.1
  4. homepage:
  5. publish_to: "none"
  6. environment:
  7. sdk: ">=2.12.0-0 <3.0.0"
  8. flutter: ">=1.17.0"
  9. dependencies:
  10. flutter:
  11. sdk: flutter
  12. ffi: ^2.0.1
  13. isolates: ^3.0.3+8
  14. protobuf: ^2.0.0
  15. dartz: ^0.10.1
  16. freezed_annotation:
  17. logger: ^1.0.0
  18. plugin_platform_interface: ^2.1.3
  19. dev_dependencies:
  20. flutter_test:
  21. sdk: flutter
  22. build_runner:
  23. freezed:
  24. flutter_lints: ^2.0.1
  25. # For information on the generic Dart part of this file, see the
  26. # following page: https://dart.dev/tools/pub/pubspec
  27. # The following section is specific to Flutter.
  28. flutter:
  29. # This section identifies this Flutter project as a plugin project.
  30. # The 'pluginClass' and Android 'package' identifiers should not ordinarily
  31. # be modified. They are used by the tooling to maintain consistency when
  32. # adding or updating assets for this project.
  33. plugin:
  34. platforms:
  35. android:
  36. package: com.plugin.appflowy_backend
  37. pluginClass: AppFlowyBackendPlugin
  38. ios:
  39. pluginClass: AppFlowyBackendPlugin
  40. macos:
  41. pluginClass: AppFlowyBackendPlugin
  42. windows:
  43. pluginClass: AppFlowyBackendPlugin
  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