pubspec.yaml 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. name: appflowy_editor
  2. description: A highly customizable rich-text editor for Flutter
  3. version: 0.0.6
  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. dev_dependencies:
  27. flutter_test:
  28. sdk: flutter
  29. flutter_lints: ^2.0.1
  30. network_image_mock: ^2.1.1
  31. mockito: ^5.3.2
  32. # For information on the generic Dart part of this file, see the
  33. # following page: https://dart.dev/tools/pub/pubspec
  34. # The following section is specific to Flutter packages.
  35. flutter:
  36. # To add assets to your package, add an assets section, like this:
  37. assets:
  38. - assets/images/toolbar/
  39. - assets/images/selection_menu/
  40. - assets/images/image_toolbar/
  41. - assets/images/
  42. #
  43. # For details regarding assets in packages, see
  44. # https://flutter.dev/assets-and-images/#from-packages
  45. #
  46. # An image asset can refer to one or more resolution-specific "variants", see
  47. # https://flutter.dev/assets-and-images/#resolution-aware
  48. # To add custom fonts to your package, add a fonts section here,
  49. # in this "flutter" section. Each entry in this list should have a
  50. # "family" key with the font family name, and a "fonts" key with a
  51. # list giving the asset and other descriptors for the font. For
  52. # example:
  53. # fonts:
  54. # - family: Schyler
  55. # fonts:
  56. # - asset: fonts/Schyler-Regular.ttf
  57. # - asset: fonts/Schyler-Italic.ttf
  58. # style: italic
  59. # - family: Trajan Pro
  60. # fonts:
  61. # - asset: fonts/TrajanPro.ttf
  62. # - asset: fonts/TrajanPro_Bold.ttf
  63. # weight: 700
  64. #
  65. # For details regarding fonts in packages, see
  66. # https://flutter.dev/custom-fonts/#from-packages
  67. flutter_intl:
  68. enabled: true
  69. class_name: AppFlowyEditorLocalizations
  70. main_locale: en
  71. arb_dir: lib/l10n
  72. output_dir: lib/src/l10n
  73. use_deferred_loading: false
  74. localizely:
  75. project_id: b7199c7d-eca0-4025-894d-230cdcafa9aa