๐ŸŽฏ zeba_academy_task_radar

A powerful and customizable Flutter package to visualize tasks, lessons, or goals in a circular radar-style UI. Designed for gamified learning, progress tracking, and engaging user experiences.


โœจ Features

  • ๐ŸŽฏ Circular radar visualization of tasks
  • ๐Ÿ“Š Dynamic progress-based rendering
  • ๐Ÿ’พ Offline data persistence using SharedPreferences
  • ๐ŸŽฌ Smooth animations for task updates
  • ๐Ÿ•น Gamified learning and productivity tracking
  • ๐ŸŽจ Fully customizable UI (colors, size, animation)

๐Ÿ“ฆ Installation

Add this to your pubspec.yaml:

dependencies:
  zeba_academy_task_radar: ^0.0.1

Then run:

flutter pub get

๐Ÿš€ Usage

1. Import the package

import 'package:zeba_academy_task_radar/zeba_academy_task_radar.dart';

2. Initialize Controller

final controller = TaskController();

@override
void initState() {
  super.initState();
  controller.load();
}

3. Add Tasks

await controller.addTask(
  TaskModel(id: '1', title: 'Learn Flutter', progress: 0.3),
);

4. Update Progress

await controller.updateProgress('1', 0.8);

5. Display Radar

TaskRadarWidget(tasks: controller.tasks)

๐ŸŽจ Customization (Coming Soon)

  • Task colors
  • Labels & legends
  • Touch interaction
  • Achievement badges

๐Ÿงช Testing

This package supports unit testing with mocked SharedPreferences.

TestWidgetsFlutterBinding.ensureInitialized();
SharedPreferences.setMockInitialValues({});

๐Ÿ“ Project Structure

lib/
 โ”œโ”€โ”€ zeba_academy_task_radar.dart
 โ”œโ”€โ”€ src/
 โ”‚   โ”œโ”€โ”€ models/
 โ”‚   โ”œโ”€โ”€ controller/
 โ”‚   โ”œโ”€โ”€ painters/
 โ”‚   โ”œโ”€โ”€ widgets/
 โ”‚   โ””โ”€โ”€ storage/

๐Ÿ“œ License (GPL-3.0)

This project is licensed under the GNU General Public License v3.0.

GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007

Copyright (C) 2026 Sufyan bin Uzayr

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

See the GNU General Public License for more details.

๐Ÿ‘จโ€๐Ÿ’ป About Me

โœจ Iโ€™m Sufyan bin Uzayr, an open-source developer passionate about building and sharing meaningful projects. You can learn more about me and my work at sufyanism.com or connect with me on Linkedin


๐ŸŒ Your all-in-one no-bloat hub!

๐Ÿš€ Explore cutting-edge resources in coding, tech, and development at zeba.academy and code.zeba.academy. Empower yourself with practical skills through curated directives, real-world projects, and hands-on experience. Level up your tech game today! ๐Ÿ’ปโœจ

Zeba Academy is a learning platform dedicated to coding, technology, and development.

โžก Visit our main site: https://zeba.academy โžก Explore hands-on courses: https://code.zeba.academy โžก YouTube: https://www.youtube.com/@zeba.academy โžก Instagram: https://www.instagram.com/zeba.academy/


๐Ÿ™Œ Contributing

Contributions, issues, and feature requests are welcome! Feel free to open a PR or issue.


โญ Support

If you like this project, give it a โญ on GitHub and share it with others!


Thank you for visiting! ๐Ÿš€