zeba_academy_recommendation_engine 1.0.0 copy "zeba_academy_recommendation_engine: ^1.0.0" to clipboard
zeba_academy_recommendation_engine: ^1.0.0 copied to clipboard

AI-driven adaptive learning recommendation engine for Flutter EdTech apps with weak topic detection, mastery tracking, adaptive difficulty adjustment, and personalized learning paths.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'pro_demo_screen.dart';

void main() {
    runApp(const DemoApp());
}

class DemoApp extends StatelessWidget {
  const DemoApp({super.key});

  @override
  Widget build(BuildContext context) {
    return const MaterialApp(
      debugShowCheckedModeBanner: false,
      home: ProDemoScreen(),
    );
  }
}
0
likes
140
points
95
downloads
screenshot

Documentation

API reference

Publisher

verified publisherzeba.academy

Weekly Downloads

AI-driven adaptive learning recommendation engine for Flutter EdTech apps with weak topic detection, mastery tracking, adaptive difficulty adjustment, and personalized learning paths.

Homepage

Topics

#education #edtech #recommendation #analytics #adaptive-learning

License

unknown (license)

More

Packages that depend on zeba_academy_recommendation_engine