v1.0.3 Major
5 Jun, 2026

Major Architecture Refactor & AI-Friendly Development Workflow

Architecture Refactor: Completely restructured the project architecture to improve scalability, maintainability, and development efficiency.

Separation of Concerns: The codebase has been reorganized into dedicated modules:
– Screens – UI presentation and page layouts
– Data – Mock data, repositories, and data sources
– Models – Centralized application models
– Widgets – Reusable UI components
– Dialogs – Standalone dialog and modal components

This architecture is now consistently applied across:
– Apps
– Dashboards
– Pages

AI Coding Agent Friendly: Introduced a new project structure designed to work better with modern AI coding assistants and automated development workflows.

Added:
– Dedicated README.md files for feature modules
– Organized folder structure for faster AI code understanding
– Clear separation between screens, models, widgets, dialogs, and data layers
– Improved code discoverability for AI-assisted development
– New AI Reference Module

Added a dedicated AI Reference structure containing:

ai_reference/
├── dialogs/
├── widgets/
├── ai_reference_data.dart
├── ai_reference_models.dart
├── ai_reference_screen.dart
└── README.md

This module serves as a reference implementation that helps developers and AI coding tools understand recommended project architecture and coding patterns.

AI Documentation: Added dedicated AI-focused documentation:

docs/
├── ai_prompt_template.md
├── ai_screen_checklist.md
└── ai_ui_rules.md

These documents provide:
– Prompt templates for AI coding assistants
– Screen development guidelines
– UI consistency rules
– Best practices for generating new pages and components
– Faster onboarding for developers using AI-assisted workflows

New App Screens & Dialogs: Expanded the Apps module with additional screens and dialog components.

Added:
– New application screens
– New dialogs
– Improved navigation flow
– Better user experience across applications
– More complete app workflow examples

Improvements:
– Improved project organization
– Better code maintainability
– Reduced code duplication
– Enhanced component reusability
– Consistent architecture across the entire project
– Faster development workflow for both developers and AI coding agents

Developer Experience
– Easier customization
– Faster code navigation
– Better onboarding experience
– Improved scalability for large projects
– More predictable and maintainable code structure

v1.0.2 Minor
7 Apr, 2026

Billing & Subscription Module + Form Enhancements

New Features
Apps: Billing & Subscription Module
Added complete billing ecosystem:
Pricing Screen (plan comparison & selection)
Billing Page (payment methods, invoices overview)
Subscription Management
Create subscription
Edit/update subscription
Manage plans and status

Improvements
CustomTextFormField Enhancement: Better support for validation and UI consistency

Notes
This release introduces a foundation for SaaS-ready apps, especially useful for:
Subscription-based products
Admin dashboards with monetization features
Recommended to integrate with payment providers for full functionality

v1.0.1 Major
2 Apr, 2026

Core Architecture & App Modules

Features
Migrated state management from Provider to Riverpod
Added Sidebar Widget Area for flexible custom components
Improved Notification System with better UI and dedicated screen
Introduced Settings Module with tab-based layout and appearance controls
Added File Manager Module (list/grid view, upload-ready UI)
Added Integration Manager for managing external services
Added Subscription Management Module (plans, pricing, features)
Added User Management Module (user list, detail, role-ready)

Improvements
General UI/UX enhancements and better project structure

Notes
Introduces core modules for building scalable dashboard applications
All features are backend-agnostic and extensible

v1.0.0 Major
1 Jan, 2026

Initial Release

Official release of Ademin FlutKit, a modern Flutter dashboard UI kit designed to accelerate development of admin panels and web apps.