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.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add hashlib_codecsWith Flutter:
$ flutter pub add hashlib_codecsThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
hashlib_codecs: ^3.5.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:hashlib_codecs/hashlib_codecs.dart';