-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpubspec.yaml
49 lines (45 loc) · 1.26 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
name: stringcare
description: Flutter plugin for obfuscate and reveal strings and any other data.
version: 1.0.0
homepage: https://github.com/StringCare/stringcare
repository: https://github.com/StringCare/stringcare
environment:
sdk: '>=3.2.0 <4.0.0'
flutter: ">=1.20.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
flutter_web_plugins:
sdk: flutter
crypto: ^3.0.5
flutter_svg: ^2.0.10+1 # android ios linux macos windows
ffi: ^2.1.3
global_refresh: ^1.0.0 # android ios linux macos web windows
go_router: ^14.3.0 # android ios linux macos web windows
path: ^1.9.0
yaml: ^3.1.2
dev_dependencies:
flutter_test:
sdk: flutter
mockito: ^5.4.4
plugin_platform_interface: ^2.1.8
pedantic: ^1.11.1
flutter:
plugin:
platforms:
android:
package: com.stringcare
pluginClass: StringcarePlugin
ios:
pluginClass: StringcarePlugin
macos:
pluginClass: StringcarePlugin
windows:
pluginClass: StringcarePlugin
linux:
pluginClass: StringcarePlugin
web:
pluginClass: StringcareWeb
fileName: stringcare_web.dart