pubspec.yaml 2.1 KB

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