pubspec.yaml 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. name: flowy_sdk
  2. description: A new flutter plugin project.
  3. version: 0.0.1
  4. author:
  5. homepage:
  6. publish_to: 'none'
  7. environment:
  8. sdk: ">=2.12.0-0 <3.0.0"
  9. flutter: ">=1.20.0"
  10. dependencies:
  11. flutter:
  12. sdk: flutter
  13. ffi: ^1.0.0
  14. isolates: ^3.0.3+8
  15. flowy_logger:
  16. path: ../flowy_logger
  17. flowy_protobuf:
  18. path: ../flowy_protobuf
  19. infra:
  20. path: ../infra
  21. dartz: '0.10.0-nullsafety.2'
  22. freezed_annotation: ^0.14.1
  23. dev_dependencies:
  24. flutter_test:
  25. sdk: flutter
  26. build_runner: '1.12.2'
  27. # For information on the generic Dart part of this file, see the
  28. # following page: https://dart.dev/tools/pub/pubspec
  29. # The following section is specific to Flutter.
  30. flutter:
  31. # This section identifies this Flutter project as a plugin project.
  32. # The 'pluginClass' and Android 'package' identifiers should not ordinarily
  33. # be modified. They 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: com.plugin.flowy_sdk
  39. pluginClass: FlowySdkPlugin
  40. ios:
  41. pluginClass: FlowySdkPlugin
  42. macos:
  43. pluginClass: FlowySdkPlugin
  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