w_common 1.7.1
w_common: ^1.7.1 copied to clipboard
General utilities for Dart projects.
w_common #
A collection of helpful utilities for use in Dart projects. Right now, it includes the following:
Disposableinterface / 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.
InvalidationMixinmixin used to mark a class as requiring validation.JsonSerializableinterface to indicate that something can be serialized to JSON.
We expect this list to grow as we identify small pieces of code that are useful across a wide variety of Dart projects, especially in cases where there is value in projects sharing a single implementation.