pubspec.yaml 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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. 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. # 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.flowy_sdk
  37. pluginClass: FlowySdkPlugin
  38. ios:
  39. pluginClass: FlowySdkPlugin
  40. macos:
  41. pluginClass: FlowySdkPlugin
  42. # To add assets to your plugin package, add an assets section, like this:
  43. # assets:
  44. # - images/a_dot_burr.jpeg
  45. # - images/a_dot_ham.jpeg
  46. #
  47. # For details regarding assets in packages, see
  48. # https://flutter.dev/assets-and-images/#from-packages
  49. #
  50. # An image asset can refer to one or more resolution-specific "variants", see
  51. # https://flutter.dev/assets-and-images/#resolution-aware.
  52. # To add custom fonts to your plugin package, add a fonts section here,
  53. # in this "flutter" section. Each entry in this list should have a
  54. # "family" key with the font family name, and a "fonts" key with a
  55. # list giving the asset and other descriptors for the font. For
  56. # example:
  57. # fonts:
  58. # - family: Schyler
  59. # fonts:
  60. # - asset: fonts/Schyler-Regular.ttf
  61. # - asset: fonts/Schyler-Italic.ttf
  62. # style: italic
  63. # - family: Trajan Pro
  64. # fonts:
  65. # - asset: fonts/TrajanPro.ttf
  66. # - asset: fonts/TrajanPro_Bold.ttf
  67. # weight: 700
  68. #
  69. # For details regarding fonts in packages, see
  70. # https://flutter.dev/custom-fonts/#from-packages