shared_prefs_resource 0.0.2+1 copy "shared_prefs_resource: ^0.0.2+1" to clipboard
shared_prefs_resource: ^0.0.2+1 copied to clipboard

discontinued

Deprecated. Please use `async_resource_flutter` instead. An AsyncResource interface for Flutter shared preferences storage.

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');
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

Deprecated. Please use `async_resource_flutter` instead. An AsyncResource interface for Flutter shared preferences storage.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

async_resource, flutter, shared_preferences

More

Packages that depend on shared_prefs_resource