hashlib_codecs 3.5.0 copy "hashlib_codecs: ^3.5.0" to clipboard
hashlib_codecs: ^3.5.0 copied to clipboard

discontinuedreplaced by: convertlib

Renamed to convertlib. This package now re-exports convertlib for backward compatibility and is deprecated. Please migrate to the convertlib package.

hashlib_codecs → convertlib #

This package has been renamed to convertlib.

hashlib_codecs is now a thin compatibility shim that re-exports convertlib with no API changes. Existing code continues to work, but new code should depend on convertlib directly. This package will be discontinued after a migration period.

Migrating #

Replace the dependency in your pubspec.yaml:

dependencies:
  convertlib: ^3.5.0

And update your imports:

import 'package:convertlib/convertlib.dart';

The public API is identical — no other changes are required.

See the convertlib repository for documentation and source.

4
likes
140
points
61.7k
downloads

Documentation

API reference

Publisher

verified publisherbitanon.dev

Weekly Downloads

Renamed to convertlib. This package now re-exports convertlib for backward compatibility and is deprecated. Please migrate to the convertlib package.

License

BSD-3-Clause (license)

Dependencies

convertlib

More

Packages that depend on hashlib_codecs