pubspec.yaml 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. name: appflowy_editor
  2. description: A highly customizable rich-text editor for Flutter
  3. version: 0.0.4
  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. dev_dependencies:
  22. flutter_test:
  23. sdk: flutter
  24. flutter_lints: ^2.0.1
  25. network_image_mock: ^2.1.1
  26. # For information on the generic Dart part of this file, see the
  27. # following page: https://dart.dev/tools/pub/pubspec
  28. # The following section is specific to Flutter packages.
  29. flutter:
  30. # To add assets to your package, add an assets section, like this:
  31. assets:
  32. - assets/images/toolbar/
  33. - assets/images/selection_menu/
  34. - assets/images/image_toolbar/
  35. - assets/images/
  36. #
  37. # For details regarding assets in packages, see
  38. # https://flutter.dev/assets-and-images/#from-packages
  39. #
  40. # An image asset can refer to one or more resolution-specific "variants", see
  41. # https://flutter.dev/assets-and-images/#resolution-aware
  42. # To add custom fonts to your package, add a fonts section here,
  43. # in this "flutter" section. Each entry in this list should have a
  44. # "family" key with the font family name, and a "fonts" key with a
  45. # list giving the asset and other descriptors for the font. For
  46. # example:
  47. # fonts:
  48. # - family: Schyler
  49. # fonts:
  50. # - asset: fonts/Schyler-Regular.ttf
  51. # - asset: fonts/Schyler-Italic.ttf
  52. # style: italic
  53. # - family: Trajan Pro
  54. # fonts:
  55. # - asset: fonts/TrajanPro.ttf
  56. # - asset: fonts/TrajanPro_Bold.ttf
  57. # weight: 700
  58. #
  59. # For details regarding fonts in packages, see
  60. # https://flutter.dev/custom-fonts/#from-packages