todo 2.0.0 todo: ^2.0.0 copied to clipboard
🚧 Offers a TODO() method to indicate that code has not been implemented yet.
2.0.0 #
- Publish stable null-safety.
2.0.0-nullsafety.0 – 2020-05-08 #
- Migrate to null-safety.
TODO
's return type is nowNever
.- Don't depend on
meta
anymore.
1.0.2 – 2020-05-08 #
- Revise readme.
- Make library code pass stronger analysis.
1.0.1 – 2020-05-08 #
- Revise example and emojis.
1.0.0 – 2020-05-08 #
- Initial release of the
TODO
function.