neurostate 0.1.3 copy "neurostate: ^0.1.3" to clipboard
neurostate: ^0.1.3 copied to clipboard

Intelligent, AI-augmented predictive state management for modern Flutter applications.

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.1.3 - 2026-03-02 #

  • Doc Changes
  • Minor bug fixing

0.1.1 [0.1.2] - 2026-02-25 #

  • Doc Changes

0.1.0 - 2026-02-25 #

Added #

  • Strongly typed generic NeuroController<T>
  • Generic NeuroPredictor<T> interface
  • Typed state model support (no more dynamic Map-based state)
  • Built-in loading state handling (isLoading)
  • Built-in error handling (error)
  • preview() method for non-committed predictive state evaluation
  • setState() method for controlled manual state updates
  • Improved example application with typed architecture

Changed #

  • Replaced dynamic Map<String, dynamic> state with strongly typed state model
  • Improved controller architecture for better scalability
  • Enhanced internal state safety and predictability
  • Updated README with full typed usage documentation

Improved #

  • Cleaner API design
  • Better separation of concerns between controller and predictor
  • More production-ready structure
  • Improved extensibility for future AI/LLM integrations

Notes #

This release transitions NeuroState from an experimental prototype to a production-ready, strongly-typed predictive state management architecture for Flutter.


0.0.1 Initial Release #

Added #

  • Core NeuroController for predictive state management
  • NeuroPredictor interface for pluggable AI logic
  • RuleNeuroPredictor for offline intelligent predictions
  • Event-driven predictive state dispatching
  • Example Flutter demo showcasing NeuroState usage

Notes #

Initial experimental release introducing AI-augmented state management concept for Flutter apps.

0
likes
160
points
319
downloads

Publisher

unverified uploader

Weekly Downloads

Intelligent, AI-augmented predictive state management for modern Flutter applications.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on neurostate