-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
34 lines (27 loc) · 907 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
29
30
31
32
33
34
name: obscure_widget
description: ObscureWidget blurs its child when the screen is being captured. gives extra control to add custom handling when the screen is recorded.
homepage: https://github.com/imSanjaySoni/ObscureWidget
repository: https://github.com/imSanjaySoni/ObscureWidget/tree/main
issue_tracker: https://github.com/imSanjaySoni/ObscureWidget/issues
documentation: https://github.com/imSanjaySoni/ObscureWidget/tree/main#readme
version: 0.0.4
environment:
sdk: '>=2.14.0 <4.0.0'
flutter: ">=2.5.0"
dependencies:
flutter:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
# The following section is specific to Flutter packages.
flutter:
plugin:
platforms:
ios:
pluginClass: ObscureWidgetPlugin
sharedDarwinSource: true
screenshots:
- description: The obscure_widget plugin logo.
path: screenshots/logo.png