base83 1.1.0 copy "base83: ^1.1.0" to clipboard
base83: ^1.1.0 copied to clipboard

Blurhash & Base83 encoding and decoding for dart using dart:convert interface.

pub package

Blurhash & Base83 encoding and decoding for dart using dart:convert interface.

Web Demo #

Web Demo

Getting Started #

In your pubspec.yaml file add:

dependencies:
  base83: any

Then, in your code import and use the package:

import 'package:base83/base83.dart';

final number = base83Decode('00DD');
print(number); // 1092
1
likes
150
pub points
0%
popularity

Publisher

unverified uploader

Blurhash & Base83 encoding and decoding for dart using dart:convert interface.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on base83