cramr_widget_lib 1.0.4 cramr_widget_lib: ^1.0.4 copied to clipboard
A library containing mainly widgets to help learning things by heart.
This package contains a series of widgets and utilities that can be useful to create apps that can help learning languages by heart (automation).
Features #
Among others, this package allows you to show a score widget, a card to present a conjugation, and so on.
Getting started #
Just plug in the widgets in your app.
Usage #
MaterialApp(
home: StreakCounterWidget(1),
);
Additional information #
More additional information will follow