cardoteka 2.0.0 copy "cardoteka: ^2.0.0" to clipboard
cardoteka: ^2.0.0 copied to clipboard

The best type-safe wrapper over SharedPreferences. Why so? -> strongly typed cards for access to storage -> use get|set -> can work with nullable values -> callback based updates

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add cardoteka

With Flutter:

 $ flutter pub add cardoteka

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

dependencies:
  cardoteka: ^2.0.0

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

Import it

Now in your Dart code, you can use:

import 'package:cardoteka/cardoteka.dart';
8
likes
0
points
23
downloads

Publisher

unverified uploader

Weekly Downloads

The best type-safe wrapper over SharedPreferences. Why so? -> strongly typed cards for access to storage -> use get|set -> can work with nullable values -> callback based updates

Homepage
Repository (GitHub)
View/report issues

Topics

#shared-preferences #storage #cardoteka #database #persistence

Funding

Consider supporting this project:

t.me

License

unknown (license)

Dependencies

flutter, meta, shared_preferences

More

Packages that depend on cardoteka