quiz_package 0.2.1+1
quiz_package: ^0.2.1+1 copied to clipboard
A package providing quiz-related widgets and utilities.
0.2.1+1 #
- fix responses alignment from right to default in [RecapValue]
0.2.0+1 #
- more compliant intl versionning, moved from:
intl: ^0.19.0tointl: '>=0.19.0 <0.21.0'
0.1.7 #
- reset scroll on step change (for step_by_step render) and on question change (for question_by_question render)
- more resilient value hydratation on [TextInput]
- more resilient value hydratation on [TextInput]
0.1.6 #
- fixed Loader overflowing when button is porcessing async
- remapped markdown theme to hav creshendo heading font size
- more resilient value hydratation on [MarkdownInput]
0.1.5 #
- migrate to dark Theme compatibility
0.1.3 #
- small UX tweaks (required filed in footer)
- small UI tweaks (init QuizPackageArtist)
0.1.2 #
- added stepDescription
0.1.1 #
- mapped button colors
0.1.0 #
- Removed Nirrti dependency
0.0.6 #
- edited global and common file name to avoid import errors
0.0.5 #
- edited [QuizExternalResults] to correctly show option label instead of key
0.0.4 #
- added [QuizExternalResults] basis
0.0.3 #
- added [QuizEngineActions]; => Error handling callback, onCompleteQuiz Callback...
0.0.1 #
//Documentation
export 'documentation/pages/quiz_engine_documentation_page.dart' show QuizEngineDocumentationPage;
//Widgets
export 'application/QuizEngine/view_model.dart' show QuizEngine;
export 'application/QuizEngine/dataModels/Editor/quiz_engine_editor.dart' show QuizCreator;
//Errors and services
export 'application/QuizEngine/dataModels/quiz_engine_services.dart' show QuizEngineServices;
export 'application/QuizEngine/dataModels/quiz_engine_error_callback.dart' show QuizEngineErrorLogger;
//DTO
export 'application/QuizEngine/dataModels/DTO/participation_details_dto.dart' show ParticipationDetailsDTO;