Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 249 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 249 Bytes

slug_it

Make slug from text in flutter, support vietnamese.

Usage

String slug = SlugIT().makeSlug('Hello world');
print(slug);

Description

Convert from Jquery library slugit-jquery