pubspec.yaml 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. name: flowy_sdk
  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: ^1.0.0
  13. isolates: ^3.0.3+8
  14. protobuf: "2.0.0"
  15. flowy_logger:
  16. path: ../flowy_logger
  17. infra:
  18. path: ../infra
  19. dartz: '0.10.0-nullsafety.2'
  20. freezed_annotation: ^0.14.1
  21. dev_dependencies:
  22. flutter_test:
  23. sdk: flutter
  24. build_runner: '1.12.2'
  25. flutter_lints: ^1.0.0
  26. # For information on the generic Dart part of this file, see the
  27. # following page: https://dart.dev/tools/pub/pubspec
  28. # The following section is specific to Flutter.
  29. flutter:
  30. # This section identifies this Flutter project as a plugin project.
  31. # The 'pluginClass' and Android 'package' identifiers should not ordinarily
  32. # be modified. They are used by the tooling to maintain consistency when
  33. # adding or updating assets for this project.
  34. plugin:
  35. platforms:
  36. android:
  37. package: com.plugin.flowy_sdk
  38. pluginClass: FlowySdkPlugin
  39. ios:
  40. pluginClass: FlowySdkPlugin
  41. macos:
  42. pluginClass: FlowySdkPlugin
  43. # To add assets to your plugin package, add an assets section, like this:
  44. # assets:
  45. # - images/a_dot_burr.jpeg
  46. # - images/a_dot_ham.jpeg
  47. #
  48. # For details regarding assets in packages, see
  49. # https://flutter.dev/assets-and-images/#from-packages
  50. #
  51. # An image asset can refer to one or more resolution-specific "variants", see
  52. # https://flutter.dev/assets-and-images/#resolution-aware.
  53. # To add custom fonts to your plugin package, add a fonts section here,
  54. # in this "flutter" section. Each entry in this list should have a
  55. # "family" key with the font family name, and a "fonts" key with a
  56. # list giving the asset and other descriptors for the font. For
  57. # example:
  58. # fonts:
  59. # - family: Schyler
  60. # fonts:
  61. # - asset: fonts/Schyler-Regular.ttf
  62. # - asset: fonts/Schyler-Italic.ttf
  63. # style: italic
  64. # - family: Trajan Pro
  65. # fonts:
  66. # - asset: fonts/TrajanPro.ttf
  67. # - asset: fonts/TrajanPro_Bold.ttf
  68. # weight: 700
  69. #
  70. # For details regarding fonts in packages, see
  71. # https://flutter.dev/custom-fonts/#from-packages