pubspec.yaml 2.1 KB

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