abdalsalam_logic_flutter 0.1.0 copy "abdalsalam_logic_flutter: ^0.1.0" to clipboard
abdalsalam_logic_flutter: ^0.1.0 copied to clipboard

Comprehensive Flutter logic package with modular app state management, networking, storage, auth, and 20+ reusable services following SOLID principles.

Changelog #

All notable changes to this project will be documented in this file.

0.1.0 - 2026-02-03 #

Added #

  • Initial stable release of abdalsalam_logic_flutter
  • App state: 21+ modular domains (lifecycle, connectivity, device info, battery, permissions, navigation, theme)
  • Runtime control: domain registry and native app restart
  • Core services: Dio networking, unified storage (SQLite/Hive/SharedPreferences), Firebase authentication
  • Utilities: file operations, sharing, calendar, contacts, FCM, logging, error handling
  • Platform support: Android/iOS (full), Web/macOS/Windows/Linux (core)

Technical #

  • Requirements: Flutter 3.10.1+, Dart 3.10.1+
  • Architecture: interface-based with dependency inversion
  • State management: provider-agnostic

Future Releases #

[0.1.x] - Planned #

  • Stabilize and refine current logic
  • Bug fixes and improved reliability
  • Expand automated testing and coverage

1.0.0 Stable #

  • First stable release
  • All core modules production-ready
  • See above for included features

1.1.0 Advanced #

  • Add new service modules (AI/ML, media processing, biometric auth, theme system, and more)

Format: Keep a Changelog | Versioning: Semantic Versioning