zatcha_code 0.0.1
zatcha_code: ^0.0.1 copied to clipboard
This package provides a straightforward method to convert a TLV string and Base64 string in Dart to generate the Base 64 Zatcha code.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add zatcha_code
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
zatcha_code: ^0.0.1
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:zatcha_code/zatcha_code.dart';