w_module 2.0.9 copy "w_module: ^2.0.9" to clipboard
w_module: ^2.0.9 copied to clipboard

outdated

Base module classes with a well defined lifecycle for modular Dart applications.

2.0.5 #

December 13, 2018

  • Bug Fix: Address some memory leak edge cases around child modules:
    • Clear the list of child modules when the parent module is disposed.
    • Use manageDisposable() to manage a child module as soon as it is added instead of manually disposing each child module during parent module disposal.

2.0.4 #

November 27, 2018

  • Improvement: Dart 2 compatible!

2.0.3 #

October 16, 2018

2.0.0 #

Sep 13, 2018

  • BREAKING CHANGE: Remove the package:w_module/serializable_module.dart entry point, as it depended on dart:mirrors which is no longer supported in the browser in Dart 2.

    Consequently, the following API members have been removed:

    • Bridge
    • Reflectable
    • SerializableBus
    • SerializableEvent
    • SerializableEvents
    • SerializableModule
3
likes
0
pub points
89%
popularity

Publisher

verified publisherworkiva.com

Base module classes with a well defined lifecycle for modular Dart applications.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

logging, meta, opentracing, platform_detect, w_common

More

Packages that depend on w_module