pubspec.yaml 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. name: xterm
  2. description: xterm.dart is a fast and fully-featured terminal emulator for Flutter applications, with support for mobile and desktop platforms.
  3. version: 3.5.0
  4. homepage: https://github.com/TerminalStudio/xterm.dart
  5. environment:
  6. sdk: ">=2.17.0 <3.0.0"
  7. flutter: ">=3.0.0"
  8. dependencies:
  9. convert: ^3.0.0
  10. meta: ^1.3.0
  11. quiver: ^3.0.0
  12. platform_info: ^3.0.0
  13. equatable: ^2.0.3
  14. flutter:
  15. sdk: flutter
  16. zmodem: ^0.0.4
  17. dev_dependencies:
  18. flutter_test:
  19. sdk: flutter
  20. test: ^1.6.5
  21. lints: ^2.0.0
  22. dart_code_metrics: ^4.16.0
  23. mockito: ^5.3.1
  24. build_runner: ^2.1.1
  25. # For information on the generic Dart part of this file, see the
  26. # following page: https://dart.dev/tools/pub/pubspec
  27. # The following section is specific to Flutter.
  28. flutter:
  29. # To add assets to your package, add an assets section, like this:
  30. # assets:
  31. # - images/a_dot_burr.jpeg
  32. # - images/a_dot_ham.jpeg
  33. #
  34. # For details regarding assets in packages, see
  35. # https://flutter.dev/assets-and-images/#from-packages
  36. #
  37. # An image asset can refer to one or more resolution-specific "variants", see
  38. # https://flutter.dev/assets-and-images/#resolution-aware.
  39. # To add custom fonts to your package, add a fonts section here,
  40. # in this "flutter" section. Each entry in this list should have a
  41. # "family" key with the font family name, and a "fonts" key with a
  42. # list giving the asset and other descriptors for the font. For
  43. # example:
  44. # fonts:
  45. # - family: Schyler
  46. # fonts:
  47. # - asset: fonts/Schyler-Regular.ttf
  48. # - asset: fonts/Schyler-Italic.ttf
  49. # style: italic
  50. # - family: Trajan Pro
  51. # fonts:
  52. # - asset: fonts/TrajanPro.ttf
  53. # - asset: fonts/TrajanPro_Bold.ttf
  54. # weight: 700
  55. #
  56. # For details regarding fonts in packages, see
  57. # https://flutter.dev/custom-fonts/#from-packages