izolate / slugify

Converts a string to a slug, useful for URLs, filenames, IDs, and more

Home Page:https://pub.dev/packages/slugify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Migrating to null safety

JigneshWorld opened this issue · comments

Is there a chance that a null-safety compliant version is released soon?

This package hasn't had updates for 2 years, some clarification about the project status would be welcome!

commented

@JigneshPatel23 @mr-mmmmore Thanks for bringing this to my attention. I've added the SDK constraints to enable null safety in v2.0.0. The breaking change was introduced by fixing dart analyzer lint errors.

Until now, there hasn't been a need to update the package. If you have any feature suggestions, do let me know.

I Thanks @izolate! I will use the new version in a few weeks when I migrate my app.

Hi, just passing by to say that I haven't encountered any problems with the 2.0.0 in an app built with sound null safety.