flutter-elementary icon indicating copy to clipboard operation
flutter-elementary copied to clipboard

feat: support ValueNotifier for rebuild.

Open vlkonoshenko opened this issue 2 years ago • 2 comments

Support ValueNotifiers for UI rebuild

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

vlkonoshenko avatar Sep 21 '22 17:09 vlkonoshenko

You read my mind)

Dan-Crane avatar Sep 21 '22 18:09 Dan-Crane

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

MbIXjkee avatar Oct 06 '22 07:10 MbIXjkee