like 1.0.7 copy "like: ^1.0.7" to clipboard
like: ^1.0.7 copied to clipboard

Link Intelligent Kernel Engine (LIKE) - A high-performance, 3-tier caching networking package for Flutter.

Changelog #

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

1.0.7 - 2026-05-11 #

Added #

  • Documentation: Major update to README with corrected initialization via the Like root wrapper widget.
  • 4-Tier Roadmap: Explicitly documented Tiers 1-4 (Service, Repository, Provider, UI) with production-grade examples.
  • Manual Initialization: Added addPostFrameCallback pattern for deferred engine setup.
  • Contribution: Integrated social links (GitHub, LinkedIn, Instagram) and email for community engagement.
  • Visuals: Standardized package banners across all documentation using raw GitHub URLs.

1.0.6 - 2026-05-11 #

Added #

  • Background Parsing: Added isolate-based JSON transformation for background processing.
  • LikeBuilder Updates:
    • Added support for onLoading, onError, and onSuccess callbacks.
    • Added support for pagination loading states.
    • Created LikeWhen widget for pattern matching UI.
  • Reactive UI Components: Added LikeToast for contextless notifications and LikeNetworkImage for caching.
  • Connectivity: Integrated ConnectivityPlus for network status monitoring.
  • Haptics: Added haptic feedback support.
  • Async Utilities: Added mapAsync and mapSuccessAsync extensions.

Fixed #

  • Memory Safety: Added critical documentation on dispose patterns to prevent background sync leaks in multi-screen applications.
  • Metadata: Resolved pubspec.yaml topic limit issues for better discoverability.

1.0.5 - 2026-05-10 #

Added #

  • Architecture Roadmap: Added comprehensive documentation for Clean Architecture integration covering Service, Repository, Provider, and UI layers.
  • Background Parsing: Standardized mapAsync and mapSuccessAsync extensions for isolate-based JSON transformation to maintain 120 FPS.
  • Provider Hardening: Enhanced LikeAutoReconnectMixin documentation with "Gold Standard" implementation patterns.
  • Resync Engine: Formally documented cross-notifier synchronization (syncWith) and automated reconnection recovery (onReconnect).

Fixed #

  • Memory Safety: Added critical documentation on dispose patterns to prevent background sync leaks in multi-screen applications.
  • Metadata: Resolved pubspec.yaml topic limit issues for better discoverability.

1.0.4 - 2026-05-10 #

Added #

  • Multi-platform Support: Integrated universal_io to enable Web support while maintaining mobile/desktop parity.
  • Dependency Hardening: Synchronized all core packages to their latest resolvable versions for optimal security and performance.

Fixed #

  • Static Analysis: Resolved all linter hints (info) across the codebase.
  • Documentation: Finalized banner rendering paths.

1.0.3 - 2026-05-10 #

Fixed #

  • Documentation: Finalized correct banner URL path for pub.dev.

1.0.2 - 2026-05-10 #

Fixed #

  • Pub.dev Asset Loading: Switched to raw GitHub URLs for the banner to ensure correct rendering on pub.dev.
  • Package Size Optimization: Added .pubignore to exclude the build/ folder and other artifacts, significantly reducing the package size (from 16MB down to <1MB).

1.0.1 - 2026-05-10 #

Added #

  • Visual Identity: Added a high-fidelity package banner to the README for a more professional presentation on pub.dev.

Fixed #

  • Code Hardening: Fixed multiple use_build_context_synchronously lint issues in LikeWhen to ensure UI stability during async gaps.
  • Style Consistency: Corrected string quoting and applied dart format across the entire package (63 files) for 100% lint compliance.

1.0.0 - 2026-05-10 #

Initial Release #

  • Link Intelligent Kernel Engine (LIKE): A high-performance, 4-tier caching networking package for Flutter.
  • 3-Tier Caching Architecture:
    • L1: RAM Cache for instantaneous session-level retrieval.
    • L2: Persistent Disk Cache (Hive) for cross-session persistence.
    • L3: Stale-While-Revalidate (SWR) logic for background data freshness.
  • Resilience Engine:
    • Automated request deduplication.
    • Request suppression and cancellation logic.
    • Built-in smart retry mechanism.
  • Offline-First Synchronization:
    • Background mutation queueing (POST/PUT/DELETE).
    • Automatic synchronization when connectivity is restored.
  • Notification Engine:
    • Contextless high-fidelity toast notification system.
    • Custom animations (Slide, Fade, Scale, Bounce).
    • Swipe-to-dismiss and interactive action support.
  • Performance Optimizations:
    • Automatic offloading of heavy JSON parsing to background isolates.
    • Efficient binary serialization for L2 disk storage.
  • Reactive UI Components:
    • LikeBuilder: Declarative state handling for Loading, Success, SWR, and Error.
    • LikeWhen: Streamlined pattern matching for network results.
    • updateNotifier: Integrated side-effect handler with haptics and toast support.
  • Security & Configuration:
    • Support for SSL Pinning (SHA256).
    • Sensitive header masking in logs.
    • Comprehensive LikeConfig with over 80+ customization options.
1
likes
0
points
428
downloads

Publisher

unverified uploader

Weekly Downloads

Link Intelligent Kernel Engine (LIKE) - A high-performance, 3-tier caching networking package for Flutter.

Repository (GitHub)
View/report issues

Topics

#networking #offline-first #cache #api-state-handling #dio

License

unknown (license)

Dependencies

collection, connectivity_plus, crypto, dio, dio_smart_retry, encrypt, flutter, hive, hive_flutter, http_parser, path, path_provider, provider, shared_preferences, synchronized, toastification, universal_io, uuid, workmanager

More

Packages that depend on like