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
{{ message }}
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.
on second thought, we should definitely do this. The current Observable mixes protected methods and interface methods. That's no good. Thanks to @matanlurey for catching this.
this would allow, e.g.
implements Observable
orwith ChangeNotifier
without transitively importing mirrors. I'm not sure this is necessary given that we use the standard https://github.com/dart-lang/smoke solution, and an improved https://github.com/dart-lang/reflectable is on the way, but maybe as a temporary solution for some customers.The text was updated successfully, but these errors were encountered: