pubspec.yaml 2.6 KB

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