bech32 0.2.2 copy "bech32: ^0.2.2" to clipboard
bech32: ^0.2.2 copied to clipboard

Library implementing Bitcoins BIP173 (Bech32 encoding) specification in a Flutter friendly fashion.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add bech32
copied to clipboard

With Flutter:

 $ flutter pub add bech32
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  bech32: ^0.2.2
copied to clipboard

Alternatively, 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:bech32/bech32.dart';
copied to clipboard
4
likes
160
points
149k
downloads

Publisher

verified publishermindshards.net

Weekly Downloads

2024.09.13 - 2025.03.28

Library implementing Bitcoins BIP173 (Bech32 encoding) specification in a Flutter friendly fashion.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

convert

More

Packages that depend on bech32