pubspec.yaml 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. name: flowy_editor
  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 <3.0.0"
  9. flutter: ">=1.20.0"
  10. dependencies:
  11. flutter:
  12. sdk: flutter
  13. flutter_web_plugins:
  14. sdk: flutter
  15. # Flowy Lib
  16. quiver: ^3.0.1
  17. tuple: ^2.0.0
  18. collection: ^1.15.0
  19. url_launcher: ^6.0.3
  20. string_validator: ^0.3.0
  21. flutter_keyboard_visibility: ^5.0.1
  22. flutter_colorpicker: ^0.5.0
  23. photo_view:
  24. git:
  25. url: [email protected]:App-Flowy/photo_view.git
  26. ref: 0.11.1-bugfix.1
  27. # Notus Lib (To be removed)
  28. meta: ^1.1.0
  29. quiver_hashcode: ^2.0.0
  30. pedantic: ^1.9.0
  31. flowy_log:
  32. path: ../flowy_log
  33. dev_dependencies:
  34. flutter_test:
  35. sdk: flutter
  36. # For information on the generic Dart part of this file, see the
  37. # following page: https://dart.dev/tools/pub/pubspec
  38. # The following section is specific to Flutter.
  39. flutter:
  40. # This section identifies this Flutter project as a plugin project.
  41. # The 'pluginClass' and Android 'package' identifiers should not ordinarily
  42. # be modified. They are used by the tooling to maintain consistency when
  43. # adding or updating assets for this project.
  44. plugin:
  45. platforms:
  46. android:
  47. package: com.plugin.flowy_editor
  48. pluginClass: FlowyEditorPlugin
  49. ios:
  50. pluginClass: FlowyEditorPlugin
  51. macos:
  52. pluginClass: FlowyEditorPlugin
  53. windows:
  54. pluginClass: FlowyEditorPlugin
  55. web:
  56. pluginClass: FlowyEditorWeb
  57. fileName: flowy_editor_web.dart
  58. # To add assets to your plugin package, add an assets section, like this:
  59. # assets:
  60. # - images/a_dot_burr.jpeg
  61. # - images/a_dot_ham.jpeg
  62. #
  63. # For details regarding assets in packages, see
  64. # https://flutter.dev/assets-and-images/#from-packages
  65. #
  66. # An image asset can refer to one or more resolution-specific "variants", see
  67. # https://flutter.dev/assets-and-images/#resolution-aware.
  68. # To add custom fonts to your plugin package, add a fonts section here,
  69. # in this "flutter" section. Each entry in this list should have a
  70. # "family" key with the font family name, and a "fonts" key with a
  71. # list giving the asset and other descriptors for the font. For
  72. # example:
  73. # fonts:
  74. # - family: Schyler
  75. # fonts:
  76. # - asset: fonts/Schyler-Regular.ttf
  77. # - asset: fonts/Schyler-Italic.ttf
  78. # style: italic
  79. # - family: Trajan Pro
  80. # fonts:
  81. # - asset: fonts/TrajanPro.ttf
  82. # - asset: fonts/TrajanPro_Bold.ttf
  83. # weight: 700
  84. #
  85. # For details regarding fonts in packages, see
  86. # https://flutter.dev/custom-fonts/#from-packages