pubspec.yaml 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. name: appflowy_editor
  2. description: A highly customizable rich-text editor for Flutter
  3. version: 0.0.7
  4. homepage: https://github.com/AppFlowy-IO/AppFlowy
  5. platforms:
  6. linux:
  7. macos:
  8. windows:
  9. web:
  10. environment:
  11. sdk: ">=2.17.0 <3.0.0"
  12. flutter: ">=1.17.0"
  13. dependencies:
  14. flutter:
  15. sdk: flutter
  16. rich_clipboard: ^1.0.0
  17. html: ^0.15.0
  18. flutter_svg: ^1.1.1+1
  19. provider: ^6.0.3
  20. url_launcher: ^6.1.5
  21. logging: ^1.0.2
  22. intl_utils: ^2.7.0
  23. intl:
  24. flutter_localizations:
  25. sdk: flutter
  26. markdown: ^6.0.1
  27. dev_dependencies:
  28. flutter_test:
  29. sdk: flutter
  30. flutter_lints: ^2.0.1
  31. network_image_mock: ^2.1.1
  32. mockito: ^5.3.2
  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 packages.
  36. flutter:
  37. # To add assets to your package, add an assets section, like this:
  38. assets:
  39. - assets/images/toolbar/
  40. - assets/images/selection_menu/
  41. - assets/images/image_toolbar/
  42. - assets/images/
  43. #
  44. # For details regarding assets in packages, see
  45. # https://flutter.dev/assets-and-images/#from-packages
  46. #
  47. # An image asset can refer to one or more resolution-specific "variants", see
  48. # https://flutter.dev/assets-and-images/#resolution-aware
  49. # To add custom fonts to your package, add a fonts section here,
  50. # in this "flutter" section. Each entry in this list should have a
  51. # "family" key with the font family name, and a "fonts" key with a
  52. # list giving the asset and other descriptors for the font. For
  53. # example:
  54. # fonts:
  55. # - family: Schyler
  56. # fonts:
  57. # - asset: fonts/Schyler-Regular.ttf
  58. # - asset: fonts/Schyler-Italic.ttf
  59. # style: italic
  60. # - family: Trajan Pro
  61. # fonts:
  62. # - asset: fonts/TrajanPro.ttf
  63. # - asset: fonts/TrajanPro_Bold.ttf
  64. # weight: 700
  65. #
  66. # For details regarding fonts in packages, see
  67. # https://flutter.dev/custom-fonts/#from-packages
  68. flutter_intl:
  69. enabled: true
  70. class_name: AppFlowyEditorLocalizations
  71. main_locale: en
  72. arb_dir: lib/l10n
  73. output_dir: lib/src/l10n
  74. use_deferred_loading: false
  75. localizely:
  76. project_id: b7199c7d-eca0-4025-894d-230cdcafa9aa