pubspec.yaml 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. name: editor
  2. description: A new flutter plugin project.
  3. version: 0.0.1
  4. homepage:
  5. environment:
  6. sdk: ">=2.15.0-116.0.dev <3.0.0"
  7. flutter: ">=2.5.0"
  8. dependencies:
  9. flutter:
  10. sdk: flutter
  11. collection: ^1.15.0
  12. flutter_colorpicker: ^0.5.0
  13. flutter_keyboard_visibility: ^5.0.0
  14. image_picker: ^0.8.2
  15. photo_view: ^0.12.0
  16. quiver: ^3.0.0
  17. string_validator: ^0.3.0
  18. tuple: ^2.0.0
  19. url_launcher: ^6.0.2
  20. pedantic: ^1.11.0
  21. video_player: ^2.1.10
  22. characters: ^1.1.0
  23. youtube_player_flutter: ^8.0.0
  24. diff_match_patch: ^0.4.1
  25. dev_dependencies:
  26. flutter_test:
  27. sdk: flutter
  28. flutter_lints: ^1.0.0
  29. # For information on the generic Dart part of this file, see the
  30. # following page: https://dart.dev/tools/pub/pubspec
  31. # The following section is specific to Flutter.
  32. flutter:
  33. # This section identifies this Flutter project as a plugin project.
  34. # The 'pluginClass' and Android 'package' identifiers should not ordinarily
  35. # be modified. They are used by the tooling to maintain consistency when
  36. # adding or updating assets for this project.
  37. plugin:
  38. platforms:
  39. macos:
  40. pluginClass: EditorPlugin
  41. # To add assets to your plugin package, add an assets section, like this:
  42. # assets:
  43. # - images/a_dot_burr.jpeg
  44. # - images/a_dot_ham.jpeg
  45. #
  46. # For details regarding assets in packages, see
  47. # https://flutter.dev/assets-and-images/#from-packages
  48. #
  49. # An image asset can refer to one or more resolution-specific "variants", see
  50. # https://flutter.dev/assets-and-images/#resolution-aware.
  51. # To add custom fonts to your plugin package, add a fonts section here,
  52. # in this "flutter" section. Each entry in this list should have a
  53. # "family" key with the font family name, and a "fonts" key with a
  54. # list giving the asset and other descriptors for the font. For
  55. # example:
  56. # fonts:
  57. # - family: Schyler
  58. # fonts:
  59. # - asset: fonts/Schyler-Regular.ttf
  60. # - asset: fonts/Schyler-Italic.ttf
  61. # style: italic
  62. # - family: Trajan Pro
  63. # fonts:
  64. # - asset: fonts/TrajanPro.ttf
  65. # - asset: fonts/TrajanPro_Bold.ttf
  66. # weight: 700
  67. #
  68. # For details regarding fonts in packages, see
  69. # https://flutter.dev/custom-fonts/#from-packages