hashlib_codecs 3.5.0
hashlib_codecs: ^3.5.0 copied to clipboard
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.