Add shared_preferences (#15)
This commit is contained in:
@@ -0,0 +1,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
|
||||
Reference in New Issue
Block a user