dart_srs 1.0.0 copy "dart_srs: ^1.0.0" to clipboard
dart_srs: ^1.0.0 copied to clipboard

Pluggable spaced repetition engine with FSRS-6 scheduling, study-type adapters, optional review logging, and session support. Storage-agnostic (bring your own CardStateStore).

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dart_srs

With Flutter:

 $ flutter pub add dart_srs

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

dependencies:
  dart_srs: ^1.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:dart_srs/dart_srs.dart';
1
likes
140
points
38
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Pluggable spaced repetition engine with FSRS-6 scheduling, study-type adapters, optional review logging, and session support. Storage-agnostic (bring your own CardStateStore).

Topics

#spaced-repetition #srs #fsrs #flashcards #learning

License

MIT (license)

More

Packages that depend on dart_srs