Skip to content

Latest commit

 

History

History

shared_preferences

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

shared_preferences_elinux

The eLinux implementation of shared_preferences.

Usage

pubspec.yaml

dependencies:
  shared_preferences_elinux:
    git:
      url: https://github.com/sony/flutter-elinux-plugins.git
      path: packages/shared_preferences
      ref: main

Source code

Import shared_preferences_elinux in your Dart code:

import 'package:shared_preferences_elinux/shared_preferences_elinux.dart';