- Added some comment docs to several methods in GetInstance() and extension_instance.dart (WIP)
- Added a fix (a little bit hacky) on DisposableInterface (rx_interface.dart), to prevent method overriding in subclasses, preventing devs to break the lifecycle of Controllers. This compensates the lack of `final` methods in Dart, or the inability to limit the scope of methods to internal packages.
Showing
3 changed files
with
108 additions
and
26 deletions
-
Please register or login to post a comment