cooky 2.0.0
cooky: ^2.0.0 copied to clipboard
An HTTP Cookies implementation for the client to get, set and remove cookies. It is very simple and well tested.
Changelog #
2.0.0 #
- Null safety support
1.1.0 #
- Update all dependencies and fix warnings
- Make the
formatDate
function public - Remove the
intl
dependency - Fix weekday
Thi
->Thu
1.0.1 #
- Minor change: Use
DateTime.now().add(maxAge)
instead of building the date withDateTime.fromMillisecondsSinceEpoch(/* etc... */)
1.0.0 #
- Initial commit