You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
238 B

name: practice_engine
description: A pure Dart package implementing spaced repetition, weighted selection, and practice tracking for question decks.
version: 1.0.0
environment:
sdk: '>=3.0.0 <4.0.0'
dev_dependencies:
test: ^1.24.0

Powered by TurnKey Linux.