You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix memory leak (listeners were being added with every build). This required converting ReactiveValueNotifier from an extension to a subclass, because it needed an extra private field. (#5)