-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
43 lines (38 loc) · 810 Bytes
/
pubspec.yaml
File metadata and controls
43 lines (38 loc) · 810 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
name: native_storage
description: A Dart-only package for accessing platform-native storage functionality.
version: 0.4.0
repository: https://github.com/celest-dev/dart-packages/tree/main/packages/native/storage
environment:
sdk: ^3.6.0
flutter: ">=3.27.0"
# Explicitly declare platform support to help `pana`
platforms:
web:
windows:
macos:
linux:
ios:
android:
dependencies:
ffi: ^2.1.2
jni: ^0.14.0
logging: ^1.2.0
meta: ^1.11.0
path: ^1.9.0
stack_trace: ^1.11.1
stream_channel: ^2.1.2
web: ^1.0.0
win32: ^5.4.0
win32_registry: ^2.1.0
windows_applicationmodel: ^0.2.0
xdg_directories: ^1.0.4
dev_dependencies:
ffigen: ">=19.0.0 <21.0.0"
jnigen: ^0.14.2
lints: ^6.0.0
test: ^1.24.0
flutter:
plugin:
platforms:
android:
ffiPlugin: true