forked from gdagitrep/native_screenshot_ext
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
28 lines (24 loc) · 786 Bytes
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
name: native_screenshot_ext
description: A extension of a plugin `https://gitlab.com/ivanjpg/native_screenshot`, to take screenshots using native code (iOS & Android).
version: 1.2.5
email: Dhirendra Singh <[email protected]>
homepage: https://github.com/gdagitrep/native_screenshot_ext.git
repository: https://github.com/gdagitrep/native_screenshot_ext.git
issue_tracker: https://github.com/gdagitrep/native_screenshot_ext/issues
environment:
sdk: '>=2.12.0 <3.0.0'
flutter: ">=1.10.0"
dependencies:
flutter:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
flutter:
plugin:
platforms:
android:
package: jpg.ivan.native_screenshot
pluginClass: NativeScreenshotPlugin
ios:
pluginClass: NativeScreenshotPlugin