cramr_ui_lib 0.0.4
cramr_ui_lib: ^0.0.4 copied to clipboard
UI Library for all cramr derrivatives. This library contains all kinds of screens that will help language learners automate their knowledge.
0.0.1 #
This initial release only contains some screens to help learning conjugations by heart in the present tense. It still has quite some technical debt.
0.0.2 #
This increment focuses on removing some usability bugs, such as buttons in the bottom navigation bar that do not always work. They will be replaced by: a) A home menu button at the top navigation bar b) A floating action button in screen, but low enough so that it does not cover information on other screen real estate
The quit button will also disappear as we delegate that to the OS.
0.0.3 #
This increment simplifies the code drastically. The routes have become stateful, so that there is no unnecessary level of indirection through a form class.
0.0.4 #
Introduction of several ways of studying: next to the cover-up method, we also introduce flash cards and a widget that allows for typing the right answer in order to train muscle memory.