binder
binder copied to clipboard
A lightweight, yet powerful way to bind your application state with your business logic.
Is it possible to listen for state changes in `initState` of `StatefulWidget`?
Hey @letsar! So, I was doing some tests using your excellent package, and I noticed a very weird bug. Basically, I have one widget watching a `Computed` reference which itself...
When there's no explicit type argument on `Scope.write()`, it is compile time valid to pass a state that can't be attributed to ref. Take this example: ```dart final countRef =...
Hi again! This is a continuation of the discussion that took place in #2. I put back here the offending code: ```dart final fetchedCountRef = StateRef(0); final dataFetcherRef = LogicRef((scope)...
Any chance you can open up the pubspec SDK version upper limit to include the latest dart versions?