w_common 3.2.0 copy "w_common: ^3.2.0" to clipboard
w_common: ^3.2.0 copied to clipboard

SDKDart

General utilities for Dart projects.

3.1.0 #

  • Adds JsonMap and JsonMapObject typedefs
  • Update SDK minimum to 2.19.0 to support the non-function typedef language feature.
  • Raised package versions to their first nullsafe version.

3.0.0 #

  • Migrate to null-safety.

2.1.1 #

  • Implement _ObservableTimer.tick, which allows timers created via Disposable.getManagedTimer and Disposable.getManagedPeriodicTimer to be controlled by the fake_async package.

2.0.0 #

June 14, 2022

Breaking Changes:

  • Removes sass compilation tool from w_common. Use w_common_tools instead.
  • Removes DisposableManager, DisposableManagerV2, DisposableManagerV3, DisposableManagerV4, DisposableManagerV5, and DisposableManagerV6. Use DisposableManagerV7 instead.
  • Removes w_common.dart entrypoint. Use the specific entrypoint related to the pieces of w_common you want to use instead. For example, package:w_common/disposable.dart.
  • Changes to Cache:
    • Removes keys getter. Use liveKeys and releasedKeys instead.
    • Removes values getter. Use liveValues instead.
    • Removes containsKey method. Use .contains on liveKeys and releasedKeys instead.
  • Changes to Disposable:
    • Removes isDisposedOrDisposing. Use isOrWillBeDisposed instead. This also returns true when the Disposable instance is in the "awaiting disposal" state that is entered as soon as [dispose] is called.
    • Removes isDisposing. Use isOrWillBeDisposed instead.
    • Removes manageAndReturnDisposable. Use manageAndReturnTypedDisposable instead.
    • Removes manageDisposer. Use getManagedDisposer instead.
    • Removes manageStreamSubscription. Use listenToStream instead.

1.21.8 #

June 2, 2022

  • Added w_common_tools as a separate package.
1
likes
100
points
235k
downloads

Publisher

verified publisherworkiva.com

Weekly Downloads

General utilities for Dart projects.

Repository
Contributing

Documentation

API reference

License

unknown (license)

Dependencies

intl, js, logging, meta

More

Packages that depend on w_common