Skip to content

An AsyncResource interface for Flutter shared preferences storage.

License

Notifications You must be signed in to change notification settings

jifalops/shared_prefs_resource

Repository files navigation

shared_prefs_resource

An AsyncResource interface for Flutter shared preferences storage.

Deprecated

Please use async_resource_flutter instead.

Examples

See https://pub.dartlang.org/packages/async_resource.

final stringRes = StringPrefsResource('string');
final boolRes = BoolPrefsResource('bool');
final intRes = IntPrefsResource('int');
final doubleRes = DoublePrefsResource('double');
final stringListRes = StringListPrefsResource('list');

About

An AsyncResource interface for Flutter shared preferences storage.

Resources

License

Stars

Watchers

Forks

Packages

No packages published