zeba_academy_task_radar 0.0.2
zeba_academy_task_radar: ^0.0.2 copied to clipboard
A customizable Flutter package to visualize tasks and learning progress in a circular radar UI with animations and offline persistence.
๐ฏ 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! ๐