hashids2 2.0.0 hashids2: ^2.0.0 copied to clipboard
Hashids is small library to generate YouTube-like ids from numbers. Use Hashids when you do not want to expose your database ids to the user.
Changelog #
2.0.0 #
- Migration to null safety
1.0.3+1 #
- Improve pub points (by @sidrao2006)
1.0.3 #
- Fix the original LICENSE as all hashids must be available under MIT
1.0.2 #
- Docuemntation added
- Dead code removed
- More unit tests
1.0.1 #
- Add basic example
- Use named parameters
1.0.0 #
- Ported to Dart 2