quiz_package 0.1.5 copy "quiz_package: ^0.1.5" to clipboard
quiz_package: ^0.1.5 copied to clipboard

A package providing quiz-related widgets and utilities.

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;
0
likes
120
points
57
downloads

Publisher

unverified uploader

Weekly Downloads

A package providing quiz-related widgets and utilities.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

cached_network_image, flutter, flutter_markdown, intl, url_launcher

More

Packages that depend on quiz_package