lazy_evaluation 1.1.0 copy "lazy_evaluation: ^1.1.0" to clipboard
lazy_evaluation: ^1.1.0 copied to clipboard

A simple package to cache and lazily evaluate objects that have a expensive initialization process.

1.1.0 #

  • renamed notifyChange() to reset()

1.0.1 #

  • minor changes

1.0.0 #

  • null safety

0.0.6+3 #

  • minor changes

0.0.6+1 #

  • improved documentation

0.0.6 #

  • minor improvements

0.0.5+2 #

  • overridden hashCode and the == operator. two instances of Lazy are equal if their values are equal

0.0.5+1 #

  • improved example

0.0.5 #

  • Renamed reEvaluate() to notifyChange() to more accurately represent its job

0.0.4+3 #

  • Fixed typo in README.md

0.0.4+2 #

  • Improved documentation

0.0.4+1 #

  • Improved documentation

0.0.4 #

  • Initial version
8
likes
140
pub points
72%
popularity

Publisher

unverified uploader

A simple package to cache and lazily evaluate objects that have a expensive initialization process.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

More

Packages that depend on lazy_evaluation