kronos_cache 0.0.2 copy "kronos_cache: ^0.0.2" to clipboard
kronos_cache: ^0.0.2 copied to clipboard

A powerful and intuitive cache system for Flutter with REST-like API, encryption, and awesome_logger integration.

CHANGELOG #

0.0.1 - 2025-12-31 #

Initial Release #

Features

  • Core System

    • Multi-adapter architecture (Hive, Memory)
    • REST-like API (get, post, put, patch, delete)
    • Context extension (context.cache)
    • Collection-based organization
  • Query Builder

    • Fluent API for queries
    • Multiple operators (==, !=, <, >, <=, >=, in)
    • Order by support
    • Limit and offset
    • Full-text search
  • Reactive Streams

    • Collection streams
    • Single key watchers
    • CacheStreamBuilder widget
  • Security

    • AES-256 encryption
    • Per-collection encryption
    • Key hashing support
  • Bulk Operations

    • Bulk create/insert
    • Bulk delete
    • Bulk upsert
  • TTL & Expiration

    • Per-entry TTL
    • Collection-level default TTL
    • Auto-cleanup support
  • Logging

    • Full awesome_logger integration
    • All operations logged
    • Performance timers
  • Utilities

    • getOrFetch pattern
    • Metadata support
    • Cache statistics

0.0.2 - 2025-12-31 #

Documentation Changes #

6
likes
150
points
229
downloads

Publisher

unverified uploader

Weekly Downloads

A powerful and intuitive cache system for Flutter with REST-like API, encryption, and awesome_logger integration.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

awesome_logger, crypto, encrypt, flutter, hive, hive_flutter, path_provider, rxdart

More

Packages that depend on kronos_cache