cramr_ui_lib 4.0.1
cramr_ui_lib: ^4.0.1 copied to clipboard
UI Library for all cramr derrivatives. This library contains all kinds of screens that will help language learners automate their knowledge.
example/example.md
Code snippet on how to potentially use the routes #
... MaterialApp( title: 'your_title', home: MyAppHomePage(title: "My App"), routes: { '/verbSelectionRoute' : (context) => VerbSelectionRoute(), '/verbIndicativeStudyRoute' : (context) => VerbIndicativeStudyRoute(), '/verbIndicativeTestRoute' : (context) => VerbIndicativeTestRoute(), '/verbEvaluateRoute' : (context) => VerbIndicativeEvaluateRoute(), }, ) ...