jolt_surge 2.0.0-beta.2 copy "jolt_surge: ^2.0.0-beta.2" to clipboard
jolt_surge: ^2.0.0-beta.2 copied to clipboard

A lightweight reactive state container for Flutter, built on Jolt Signals and inspired by BLoC's Cubit architecture.

2.0.0-beta.2 #

  • Update a dependency to the latest release.

2.0.0-beta.1 #

BREAKING CHANGES:

  • Type replacements:

    • SurgeStateCreator<T> (returns JWritableValue<T>) → SurgeStateCreator<T> (returns WritableNode<T>)
    • Surge.raw (returns JWritableValue<T>) → Surge.raw (returns WritableNode<T>)

    Migration guide:

    • Type annotations: JWritableValue<T>WritableNode<T>
  • REFACTOR(core): optimize reactive system core and improve code quality. (444957b6)

  • REFACTOR: restructure core interfaces and implementation classes. (e552ab33)

1.0.4 #

  • Update a dependency to the latest release.

1.0.3 #

1.0.2 #

  • Update a dependency to the latest release.

1.0.1 #

  • FIX(jolt_surge): add example. (4565580e)

1.0.0 #

  • DOCS: improve code documentation. (c152870a)
  • CHORE: dependency

0.0.1-beta.1 #

  • feat: add creator parameter for custom state container creation.
  • init surge
2
likes
0
points
453
downloads

Publisher

verified publishervowdemon.com

Weekly Downloads

A lightweight reactive state container for Flutter, built on Jolt Signals and inspired by BLoC's Cubit architecture.

Homepage
Repository (GitHub)
View/report issues

Topics

#jolt #state-management #signals #surge

License

unknown (license)

Dependencies

flutter, jolt, provider, shared_interfaces

More

Packages that depend on jolt_surge