slugify 2.0.0 slugify: ^2.0.0 copied to clipboard
Converts a string into a slug. Useful for URLs, filenames, IDs, and more.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
[2.0.0] - 2021-03-28 #
Changed #
- Publish null-safe version
- Rename top-level definition to
slugify
fromSlugify
- Conform to effective dart lint rules