Elementary-team / flutter-elementary

This is a home to a family of Elementary library packages.
MIT License
127 stars 43 forks source link

feat: support ValueNotifier for rebuild. #70

Closed vlkonoshenko closed 1 year ago

vlkonoshenko commented 1 year ago

Support ValueNotifiers for UI rebuild

Reference: https://api.flutter.dev/flutter/widgets/ValueListenableBuilder-class.html

Dan-Crane commented 1 year ago

You read my mind)

MbIXjkee commented 1 year ago

Hi! Would you add tests for these builders? You can check the same cases which checked for ListenableState multi-source builders.