š zeba_academy_super_ui
A powerful Flutter UI toolkit for building modern dashboards, analytics apps, and admin panels with ease.
zeba_academy_super_ui provides ready-to-use widgets including advanced charts, animated dashboards, smart data tables, drag-and-drop widgets, and responsive layouts optimized for mobile, tablet, and web applications.
⨠Features
ā Advanced charts for analytics and data visualization ā Animated dashboard components ā Drag & drop widget layouts ā Smart data tables with flexible columns ā Responsive layout builder ā Optimized for Flutter Mobile & Web ā Clean, modern UI components ā Easy integration with existing Flutter apps
šø Screenshots
Dashboard Widgets

Advanced Charts

Smart Data Table

Drag & Drop Widgets

š¦ Installation
Add the package to your pubspec.yaml
dependencies:
zeba_academy_super_ui: ^1.0.0
Then run:
flutter pub get
Import the package:
import 'package:zeba_academy_super_ui/zeba_academy_super_ui.dart';
š§© Widgets Included
| Widget | Description |
|---|---|
ZebaAdvancedChart |
Interactive line charts |
ZebaAnimatedDashboard |
Animated dashboard cards |
ZebaSmartDataTable |
Enhanced Flutter data tables |
ZebaDragDropBoard |
Drag and drop UI widgets |
ZebaResponsiveLayout |
Mobile / tablet / desktop responsive layouts |
š Example Usage
Advanced Chart
ZebaAdvancedChart(
data: [1, 3, 2, 5, 4, 6],
)
Animated Dashboard
ZebaAnimatedDashboard(
cards: [
Card(child: Text("Users")),
Card(child: Text("Orders")),
Card(child: Text("Revenue")),
],
)
Smart Data Table
ZebaSmartDataTable(
columns: const [
DataColumn(label: Text("Name")),
DataColumn(label: Text("Email")),
],
rows: const [
DataRow(cells: [
DataCell(Text("John")),
DataCell(Text("john@email.com")),
]),
],
)
Drag & Drop Widgets
ZebaDragDropBoard(
items: [
Card(child: ListTile(title: Text("Widget 1"))),
Card(child: ListTile(title: Text("Widget 2"))),
],
)
š± Responsive Layout
ZebaResponsiveLayout(
mobile: MobileScreen(),
tablet: TabletScreen(),
desktop: DesktopScreen(),
)
šÆ Use Cases
zeba_academy_super_ui is perfect for:
⢠Admin dashboards ⢠Analytics applications ⢠CRM systems ⢠Flutter web dashboards ⢠Data visualization apps ⢠SaaS platforms
š§ Example Project
See the full example in the example folder to explore all widgets and UI components included in this package.
Run the example:
cd example
flutter run
š License
This project is licensed under the GPL License.
šØāš» 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 and resources at: https://code.zeba.academy ā” Check out our YouTube for more tutorials: https://www.youtube.com/@zeba.academy ā” Follow us on Instagram: https://www.instagram.com/zeba.academy/
ā If you find this package useful, please consider giving it a star on GitHub and sharing it with the Flutter community.
Thank you for visiting!