Files
flutter-elinux-plugins/packages/shared_preferences
Hidenori Matsubayashi 896a503f18 [shared_preferences] update for flutter 3.3.0 release (#53)
* Update for flutter 3.3.0 release

Signed-off-by: Hidenori Matsubayashi <hidenori.matsubayashi@gmail.com>
2022-09-17 10:13:00 +09:00
..
2021-08-03 14:13:04 +09:00
2021-08-03 14:13:04 +09:00
2021-08-03 14:13:04 +09:00
2021-08-03 14:19:36 +09:00
2021-08-03 14:13:04 +09:00

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';