pubspec.yaml 1.8 KB

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