shared_preferences_watchos 0.1.0 copy "shared_preferences_watchos: ^0.1.0" to clipboard
shared_preferences_watchos: ^0.1.0 copied to clipboard

watchOS implementation of the shared_preferences plugin, backed by dart:ffi over NSUserDefaults for persistent key-value storage.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add shared_preferences_watchos

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  shared_preferences_watchos: ^0.1.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:shared_preferences_watchos/shared_preferences_watchos.dart';
0
likes
140
points
8
downloads

Documentation

API reference

Publisher

verified publisherflutterwatch.dev

Weekly Downloads

watchOS implementation of the shared_preferences plugin, backed by dart:ffi over NSUserDefaults for persistent key-value storage.

Homepage
Repository (GitHub)
View/report issues

Topics

#watchos #ffi #shared-preferences #storage

License

BSD-3-Clause (license)

Dependencies

ffi, flutter, shared_preferences_platform_interface

More

Packages that depend on shared_preferences_watchos

Packages that implement shared_preferences_watchos