forked from tomwlodar/flutter-native-screenshot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
27 lines (23 loc) · 715 Bytes
/
pubspec.yaml
File metadata and controls
27 lines (23 loc) · 715 Bytes
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
name: flutter_native_screenshot
description: A Flutter plugin to take screenshot on Android & iOS with natively code.
version: 1.1.2
homepage: https://github.com/nusanet/flutter-native-screenshot
repository: https://github.com/nusanet/flutter-native-screenshot
issue_tracker: https://github.com/nusanet/flutter-native-screenshot/issues
environment:
sdk: '>=2.12.0 <3.0.0'
flutter: ">=1.20.0"
dependencies:
flutter:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
flutter:
plugin:
platforms:
android:
package: net.bengkelrobot.flutter_native_screenshot
pluginClass: FlutterNativeScreenshotPlugin
ios:
pluginClass: FlutterNativeScreenshotPlugin