forked from sony/flutter-elinux-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
35 lines (31 loc) · 842 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
35
name: shared_preferences_elinux
description: eLinux implementation of the shared_preferences plugin
homepage: https://github.com/sony/flutter-elinux-plugins
repository: https://github.com/sony/flutter-elinux-plugins/tree/main/packages/shared_preferences
version: 1.0.0
environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=2.0.0"
flutter:
plugin:
implements: shared_preferences
platforms:
elinux:
dartPluginClass: SharedPreferencesELinux
pluginClass: none
dependencies:
file: ^6.0.0
meta: ^1.3.0
flutter:
sdk: flutter
path: ^1.8.0
path_provider_elinux:
git:
url: https://github.com/sony/flutter-elinux-plugins.git
path: packages/path_provider
ref: main
shared_preferences_platform_interface: ^2.0.0
dev_dependencies:
flutter_test:
sdk: flutter
pedantic: ^1.10.0