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

A lightweight state management solution for Flutter that makes handling loading, error, and data states elegant and type-safe using Dart's pattern matching.

0.0.1 #

  • Initial release
  • Core features:
    • Type-safe state management with Value
    • Built-in state types: Data, Waiting, Error, NoData
    • Pattern matching support
    • Subscriber widget for reactive UI updates
    • Simple API for state updates and notifications
  • Example counter app demonstrating basic usage
  • Comprehensive documentation and usage examples
1
likes
160
points
22
downloads

Publisher

unverified uploader

Weekly Downloads

A lightweight state management solution for Flutter that makes handling loading, error, and data states elegant and type-safe using Dart's pattern matching.

Repository (GitHub)

Topics

#state #notifier #state-management #flutter #pattern-matching

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_value