ionex 1.0.2
ionex: ^1.0.2 copied to clipboard
A lightweight, high-performance, molecular state management library for Flutter.
Changelog #
All notable changes to this project will be documented in this file.
1.0.1 - 2026-05-25 #
Fixed #
- Standardized LICENSE text formatting for official OSI-approved recognitions on pub.dev.
1.0.0 - 2026-05-25 #
Added #
- Fundamental
Ion<T>class for molecular, atomic state mutation extending nativeValueNotifier. IonBuilder<T>widget to isolate UI re-renders surgically to the minimum expression.IonProviderinherited widget for clean, context-based dependency injection.- Complete unit test suite with 100% code coverage for the core state engine.
- Interactive
example/application demonstrating Global Atom and Contextual flows. - Full API documentation comments in English aligned with Dart SDK standards.