pubspec.yaml 648 B

12345678910111213141516171819202122232425262728
  1. name: flutter_screen_recording
  2. description: A new Flutter plugin for record the screen. This plugin can be used for record the screen on android and iOS devices.
  3. version: 1.1.1
  4. homepage: 'https://github.com/Isvisoft/flutter_screen_recording'
  5. environment:
  6. sdk: ">=2.1.0 <3.0.0"
  7. flutter: ^1.10.0
  8. dependencies:
  9. flutter:
  10. sdk: flutter
  11. flutter_foreground_plugin: ^0.4.0
  12. dev_dependencies:
  13. flutter_test:
  14. sdk: flutter
  15. flutter:
  16. plugin:
  17. platforms:
  18. android:
  19. package: com.isvisoft.flutter_screen_recording
  20. pluginClass: FlutterScreenRecordingPlugin
  21. ios:
  22. pluginClass: FlutterScreenRecordingPlugin