lazy_evaluation 1.1.0 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()
toreset()
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 ofLazy
are equal if their values are equal
0.0.5+1 #
- improved example
0.0.5 #
- Renamed
reEvaluate()
tonotifyChange()
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