unistate_provider 0.0.1 copy "unistate_provider: ^0.0.1" to clipboard
unistate_provider: ^0.0.1 copied to clipboard

A Flutter state management solution using the provider pattern with ValueListenable support

Unistate Provider #

A Flutter state management solution using the provider pattern with ValueListenable support.

Features #

  • Simple provider pattern implementation
  • Integration with ValueListenable
  • Context extensions for watch and read operations
  • Type-safe state management

Usage #

Basic Provider Usage #

Direct Access #

// Using the static method
final value = UnistateProvider.of<int>(context);

Additional information #

This package is part of the Unistate ecosystem, designed to work seamlessly with unistate_adapter.

0
likes
140
points
16
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter state management solution using the provider pattern with ValueListenable support

Documentation

API reference

License

MIT (license)

Dependencies

collection, flutter, unistate_adapter

More

Packages that depend on unistate_provider