jet_flutter_framework 0.0.3-alpha.2
jet_flutter_framework: ^0.0.3-alpha.2 copied to clipboard
A lightweight, modular Flutter framework for scalable app architecture, providing dependency injection, lifecycle management, and streamlined setup for rapid development. Built with Riverpod 3 for enh [...]
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.0.3-alpha.2 - 2025-01-27 #
Added #
- Event-driven notification system with
JetNotificationEvent
abstract class - Notification event registry for centralized event management
- Notification configuration system with
NotificationEventConfig
- Notification observer pattern for custom event handling and analytics
- Comprehensive notification lifecycle (onTap, onReceive, onAction, onDismiss)
- Payload validation with automatic error handling
- Category-based organization and priority management for notifications
- Enhanced debugging tools with stack trace formatting
- Type-safe form management with
JetFormBuilder
and enhanced input components - State management widgets with
JetBuilder
for lists, grids, and single items - Infinite scroll pagination with
JetPaginator
- Theme and localization management with persistent storage
- Security features with app locking and biometric authentication
- Session management with built-in authentication providers
- Storage system with secure and regular storage options
- Networking layer with type-safe HTTP client and configurable logging
Changed #
- Updated to Riverpod 3 for enhanced state management
- Improved error handling across all modules
- Enhanced documentation with comprehensive examples
Fixed #
- Resolved various linting issues and code quality improvements
- Fixed unused imports and code warnings