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

SDKDart

General utilities for Dart projects.

w_common #

A collection of helpful utilities for use in Dart projects. Right now, it includes the following:

  • Disposable interface / mixin to assist with cleaning up streams and other data structures that won't necessarily be garbage collected without some manual intervention.
  • A simple typedef that can be parameterized to represent a zero-arity callback that returns a particular type.
  • InvalidationMixin mixin used to mark a class as requiring validation.
  • JsonSerializable interface to indicate that something can be serialized to JSON.
1
likes
60
pub points
89%
popularity

Publisher

verified publisherworkiva.com

General utilities for Dart projects.

Repository
View/report issues
Contributing

Documentation

API reference

License

unknown (LICENSE)

Dependencies

intl, js, logging, meta

More

Packages that depend on w_common