pubspec.yaml 2.5 KB

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