jolt_flutter 3.0.0 copy "jolt_flutter: ^3.0.0" to clipboard
jolt_flutter: ^3.0.0 copied to clipboard

Flutter library for jolt reactive signals library that builds reactive widgets from signals, automatically updating UI when signals change.

3.0.0 #

  • REFACTOR(jolt_flutter): extract setup, deprecate JoltProvider, add JoltWatchBuilder. (99cb936c)

2.1.0 #

  • REFACTOR: rename lifecycle hook methods for consistency. (25a6567e)
  • REFACTOR: replace abstract hook creators with final implementations. (87314ba2)
  • PERF: optimize listenable implementation with peek and code refactor. (b36ec5d5)
  • FEAT: add hooks withPrevious for computed values. (6c3c3b04)

2.0.0 #

  • Graduate package to a stable release. See pre-releases prior to this version for changelog entries.

2.0.0-beta.6 #

  • PERF: improve base interface. (58b0e706)
  • FIX: add test coverage. (b3e7bca7)
  • FIX(jolt_flutter): fix useSignal.async function signature and implementation. (5bfdb1e0)
  • FEAT: add FlutterEffect for frame-end scheduling. (9caccf58)

2.0.0-beta.5 #

  • FIX(jolt_flutter): prevent duplicate scheduled rebuilds. (59d535df)
  • FIX(jolt_flutter): fix provider update logic and add .value constructor. (88177013)
  • FEAT: add call helpers, useInherited hook, drop extra rebuild. (69263dd1)

2.0.0-beta.4 #

Note: This release has breaking changes.

  • BREAKING FEAT(jolt_flutter): add SetupMixin. (50487f6c)

2.0.0-beta.3 #

  • REFACTOR(jolt_flutter,jolt_hooks): unify hook calling style for better extensibility. (fc27ba2e)
  • REFACTOR(setup): restructure hook system with improved lifecycle management. (9fa92a97)
  • FIX: adapt PropsReadonlyNode to CustomReactiveNode. (5470aa67)

2.0.0-beta.2 #

  • REFACTOR(jolt_flutter): refactor SetupWidget hook system architecture. (db32a9a3)
  • REFACTOR: restructure public API exports. (d3716988)

2.0.0-beta.1 #

New features:

  • New library:

    • Added setup.dart library, exporting SetupWidget, SetupBuilder, and corresponding hooks
  • REFACTOR: rename setup widget. (c7f5fb71)

  • REFACTOR: extract hooks into separate jolt_flutter_hooks package. (e12adb35)

  • REFACTOR(setup): improve reactive tracking. (70bffa24)

  • REFACTOR(setup): consolidate hooks exports. (4f4dcf70)

  • REFACTOR(core): optimize reactive system core and improve code quality. (444957b6)

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

  • FEAT: implement Setup Widget with type-based hook hot reload. (e71cf18c)

  • FEAT: add onChangedDependencies() hook. (00a540bf)

  • DOCS(jolt_flutter): update api documents. (48b51351)

1.1.3 #

  • FIX: prevent rebuild on disposed widgets, extract shared effect builder. (6cc45681)

1.1.2 #

  • Update a dependency to the latest release.

1.1.1 #

  • REFACTOR(jolt_flutter): optimize widgets dependency tracking and rebuild logic for better performance. (52ebbeee)

1.1.0 #

  • FEAT(jolt): add value parameter support to JoltProvider. (e7b4faac)

1.0.0 #

Note: This release has breaking changes.

  • REFACTOR: simplify EffectScope API, add detach parameter. (eed8cc1a)
  • FIX(jolt_flutter): remove redundant dependency. (942c61a2)
  • FEAT(jolt): allow watcher to receive null as old value when called immediately. (b101c68e)
  • DOCS: improve code documentation. (c152870a)
  • BREAKING REFACTOR: remove JoltResource, add JoltProvider, refactor JoltSelector. (a91e0860)

0.0.7 #

  • chore: update dependencies

0.0.6 #

  • chore: use melos for monorepo management
  • feat: add mutual conversion between ValueListenable/ValueNotifier and signal

0.0.5 #

  • docs: update README
  • chore: bump minimum required jolt version to 0.0.5

0.0.4 #

  • chore: update dependencies

0.0.3+1 #

  • fix: effect scope context

0.0.3 #

  • chore: update dependencies

0.0.2+1 #

  • fix: some bugs
  • refactor: value notifier extension

0.0.2 #

  • Initial version.
2
likes
160
points
543
downloads

Publisher

verified publishervowdemon.com

Weekly Downloads

Flutter library for jolt reactive signals library that builds reactive widgets from signals, automatically updating UI when signals change.

Homepage
Repository (GitHub)
View/report issues

Topics

#jolt #state-management #signals #flutter

Documentation

API reference

License

MIT (license)

Dependencies

flutter, jolt, meta, shared_interfaces

More

Packages that depend on jolt_flutter