xapptor_education 0.0.2 copy "xapptor_education: ^0.0.2" to clipboard
xapptor_education: ^0.0.2 copied to clipboard

Module for taking classes, tests and learning.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add xapptor_education

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  xapptor_education: ^0.0.2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:xapptor_education/certificate_visualizer.dart';
import 'package:xapptor_education/certificates_and_rewards.dart';
import 'package:xapptor_education/class_quiz.dart';
import 'package:xapptor_education/class_quiz_answer_item.dart';
import 'package:xapptor_education/class_quiz_question.dart';
import 'package:xapptor_education/class_quiz_result.dart';
import 'package:xapptor_education/class_session.dart';
import 'package:xapptor_education/course_certificate.dart';
import 'package:xapptor_education/courses_list.dart';