zeba_academy_org_chart_ui 0.0.1
zeba_academy_org_chart_ui: ^0.0.1 copied to clipboard
A Flutter package for building interactive organizational charts with hierarchy trees, expandable nodes, and employee cards.
๐ฆ Changelog #
All notable changes to Zeba Academy Org Chart UI will be documented in this file.
The format is based on Keep a Changelog, and this project follows Semantic Versioning.
0.0.1 - 2026-06-09 #
๐ Initial Release #
โจ Added
- ๐ณ Core organizational chart structure using
OrgChart - ๐ค
OrgNodemodel for representing employees and hierarchy - ๐ Expandable / collapsible tree nodes
- ๐ง Employee card UI with name and role display
- ๐ข Department field support in node model
- ๐ Basic parent-child hierarchy rendering
- ๐ฑ Scrollable vertical tree layout
- โก Lightweight and easy-to-integrate Flutter widget
๐งช Testing
- Added widget tests for:
- Rendering root and child nodes
- Tap interaction on org nodes
- Basic EmployeeCard rendering
โ ๏ธ Known Limitations
- No connector lines between nodes yet
- No zoom & pan support
- No drag & drop node editing
- No horizontal layout support
- Basic UI styling (improvements planned)
๐ Upcoming (Planned) #
0.1.0 Future Release #
โจ Planned Features
- ๐ Connector lines for hierarchy visualization
- ๐ฏ Smooth expand/collapse animations
- ๐ Zoom & pan support (InteractiveViewer)
- ๐ฑ Drag & drop node reordering
- ๐จ Department-based color themes
- โ Horizontal org chart layout option
- ๐ง Improved state management (no model mutation)
- ๐ Large-scale org performance optimization
๐จโ๐ป About #
Developed by Sufyan bin Uzayr
๐ https://sufyanism.com
๐ผ https://www.linkedin.com/in/sufyanism
๐ Zeba Academy #
Your all-in-one learning hub for coding and development:
- ๐ https://zeba.academy
- ๐ป https://code.zeba.academy
- ๐บ https://www.youtube.com/@zeba.academy
- ๐ธ https://www.instagram.com/zeba.academy/
๐ License #
This project is licensed under GNU General Public License v3.0 (GPL-3.0)
You are free to:
- Use
- Modify
- Distribute
Under the same license terms.
Official license: https://www.gnu.org/licenses/gpl-3.0.html