pubspec.yaml 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. name: appflowy_editor
  2. description: A highly customizable rich-text editor for Flutter
  3. version: 0.0.2
  4. homepage: https://github.com/AppFlowy-IO/AppFlowy
  5. environment:
  6. sdk: ">=2.17.0 <3.0.0"
  7. flutter: ">=1.17.0"
  8. dependencies:
  9. flutter:
  10. sdk: flutter
  11. rich_clipboard: ^1.0.0
  12. html: ^0.15.0
  13. flutter_svg: ^1.1.1+1
  14. provider: ^6.0.3
  15. url_launcher: ^6.1.5
  16. logging: ^1.0.2
  17. dev_dependencies:
  18. flutter_test:
  19. sdk: flutter
  20. flutter_lints: ^2.0.0
  21. # For information on the generic Dart part of this file, see the
  22. # following page: https://dart.dev/tools/pub/pubspec
  23. # The following section is specific to Flutter packages.
  24. flutter:
  25. # To add assets to your package, add an assets section, like this:
  26. assets:
  27. - assets/images/toolbar/
  28. - assets/images/selection_menu/
  29. - assets/images/
  30. #
  31. # For details regarding assets in packages, see
  32. # https://flutter.dev/assets-and-images/#from-packages
  33. #
  34. # An image asset can refer to one or more resolution-specific "variants", see
  35. # https://flutter.dev/assets-and-images/#resolution-aware
  36. # To add custom fonts to your package, add a fonts section here,
  37. # in this "flutter" section. Each entry in this list should have a
  38. # "family" key with the font family name, and a "fonts" key with a
  39. # list giving the asset and other descriptors for the font. For
  40. # example:
  41. # fonts:
  42. # - family: Schyler
  43. # fonts:
  44. # - asset: fonts/Schyler-Regular.ttf
  45. # - asset: fonts/Schyler-Italic.ttf
  46. # style: italic
  47. # - family: Trajan Pro
  48. # fonts:
  49. # - asset: fonts/TrajanPro.ttf
  50. # - asset: fonts/TrajanPro_Bold.ttf
  51. # weight: 700
  52. #
  53. # For details regarding fonts in packages, see
  54. # https://flutter.dev/custom-fonts/#from-packages