nstater 0.0.6 copy "nstater: ^0.0.6" to clipboard
nstater: ^0.0.6 copied to clipboard

NStater is a minimal and fast way to manage state in Flutter. You control the lifecycle of controllers and reactive values yourself, using your own types and subscriptions.

0.0.6 #

  • Add NVarCombiner class for combining multiple NVar sources into computed values
  • Add tests
  • Update documentation with NVarCombiner examples and use cases

0.0.5 #

  • Add isEqual parameter to NVar for custom equality comparison
  • Add shouldRebuild parameter to NField for selective rebuilds
  • Add dispose() method to NVar and NController
  • Improve error handling with try-catch and debug logging
  • Add disposed state protection in NController

0.0.4 #

  • format fix
  • readme add badges

0.0.3 #

  • add example

0.0.2 #

  • code style fixes

0.0.1 #

initial release

0
likes
160
points
23
downloads

Documentation

API reference

Publisher

verified publisherntk-team.space

Weekly Downloads

NStater is a minimal and fast way to manage state in Flutter. You control the lifecycle of controllers and reactive values yourself, using your own types and subscriptions.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on nstater