flutter_trigger 0.1.0 copy "flutter_trigger: ^0.1.0" to clipboard
flutter_trigger: ^0.1.0 copied to clipboard

Flutter Widgets(and State Mixin) that use Trigger as the state management, this package is the bridge to use Flutter with Trigger.

Changelog #

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.1.0 - 2026-03-14 #

Added #

  • Initial release of flutter_trigger.
  • TriggerScope: InheritedWidget wrapper for providing Trigger instances.
  • TriggerWidget: A convenience widget for rebuilding on specific Trigger field changes.
  • TriggerStateMixin: A mixin for StatefulWidget to listen to Trigger updates easily.
  • SelfTriggerWidget: A self-contained widget for local state management.
  • SelfTriggerRegistry: A global registry for SelfTriggerWidgetController.
  • TriggerContextX: Extension on BuildContext to find Trigger instances from scope or global registry.
  • Comprehensive README.md with usage examples.

Changed #

  • Refactored SelfTriggerWidget to use ValueNotifier instead of StreamController for better performance and simplicity.
  • Updated dependencies and finalized version 0.1.0.
  • Removed local path dependency for trigger package in favor of pub version.
0
likes
150
points
87
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter Widgets(and State Mixin) that use Trigger as the state management, this package is the bridge to use Flutter with Trigger.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

cupertino_icons, flutter, trigger

More

Packages that depend on flutter_trigger