pubspec.yaml 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. name: appflowy_editor_plugins
  2. description: A new Flutter package project.
  3. version: 0.0.1
  4. homepage: https://github.com/AppFlowy-IO/AppFlowy
  5. publish_to: none
  6. environment:
  7. sdk: ">=2.19.0 <3.0.0"
  8. flutter: ">=3.7.0"
  9. dependencies:
  10. flutter:
  11. sdk: flutter
  12. appflowy_editor: ^0.1.4
  13. flowy_infra:
  14. path: ../flowy_infra
  15. flowy_infra_ui:
  16. path: ../flowy_infra_ui
  17. appflowy_popover:
  18. path: ../appflowy_popover
  19. flutter_math_fork:
  20. git:
  21. url: https://github.com/LucasXu0/flutter_math_fork.git
  22. ref: master
  23. highlight: ^0.7.0
  24. shared_preferences: ^2.0.15
  25. flutter_svg: ^2.0.2
  26. provider: ^6.0.3
  27. dev_dependencies:
  28. flutter_test:
  29. sdk: flutter
  30. flutter_lints: ^2.0.0
  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/
  38. # - images/a_dot_ham.jpeg
  39. #
  40. # For details regarding assets in packages, see
  41. # https://flutter.dev/assets-and-images/#from-packages
  42. #
  43. # An image asset can refer to one or more resolution-specific "variants", see
  44. # https://flutter.dev/assets-and-images/#resolution-aware
  45. # To add custom fonts to your package, add a fonts section here,
  46. # in this "flutter" section. Each entry in this list should have a
  47. # "family" key with the font family name, and a "fonts" key with a
  48. # list giving the asset and other descriptors for the font. For
  49. # example:
  50. # fonts:
  51. # - family: Schyler
  52. # fonts:
  53. # - asset: fonts/Schyler-Regular.ttf
  54. # - asset: fonts/Schyler-Italic.ttf
  55. # style: italic
  56. # - family: Trajan Pro
  57. # fonts:
  58. # - asset: fonts/TrajanPro.ttf
  59. # - asset: fonts/TrajanPro_Bold.ttf
  60. # weight: 700
  61. #
  62. # For details regarding fonts in packages, see
  63. # https://flutter.dev/custom-fonts/#from-packages