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.

Libraries

unistate_provider