pubspec.yaml 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. name: flutter_screen_recording_example
  2. description: Demonstrates how to use the flutter_screen_recording plugin.
  3. publish_to: 'none'
  4. environment:
  5. sdk: ">=2.1.0 <3.0.0"
  6. dependencies:
  7. flutter:
  8. sdk: flutter
  9. # The following adds the Cupertino Icons font to your application.
  10. # Use with the CupertinoIcons class for iOS style icons.
  11. cupertino_icons: ^0.1.2
  12. dev_dependencies:
  13. flutter_test:
  14. sdk: flutter
  15. permission_handler: ^4.1.0
  16. open_file: ^3.0.1
  17. quiver: ^2.1.3
  18. flutter_screen_recording:
  19. path: ../
  20. # For information on the generic Dart part of this file, see the
  21. # following page: https://dart.dev/tools/pub/pubspec
  22. # The following section is specific to Flutter.
  23. flutter:
  24. # The following line ensures that the Material Icons font is
  25. # included with your application, so that you can use the icons in
  26. # the material Icons class.
  27. uses-material-design: true
  28. # To add assets to your application, add an assets section, like this:
  29. # assets:
  30. # - images/a_dot_burr.jpeg
  31. # - images/a_dot_ham.jpeg
  32. # An image asset can refer to one or more resolution-specific "variants", see
  33. # https://flutter.dev/assets-and-images/#resolution-aware.
  34. # For details regarding adding assets from package dependencies, see
  35. # https://flutter.dev/assets-and-images/#from-packages
  36. # To add custom fonts to your application, add a fonts section here,
  37. # in this "flutter" section. Each entry in this list should have a
  38. # "family" key with the font family name, and a "fonts" key with a
  39. # list giving the asset and other descriptors for the font. For
  40. # example:
  41. # fonts:
  42. # - family: Schyler
  43. # fonts:
  44. # - asset: fonts/Schyler-Regular.ttf
  45. # - asset: fonts/Schyler-Italic.ttf
  46. # style: italic
  47. # - family: Trajan Pro
  48. # fonts:
  49. # - asset: fonts/TrajanPro.ttf
  50. # - asset: fonts/TrajanPro_Bold.ttf
  51. # weight: 700
  52. #
  53. # For details regarding fonts from package dependencies,
  54. # see https://flutter.dev/custom-fonts/#from-packages