uonet_qr 1.0.0 copy "uonet_qr: ^1.0.0" to clipboard
uonet_qr: ^1.0.0 copied to clipboard

UONET+ QR Code converter

UONET+ QR Code converter for Dart #

Usage #

import 'package:uonet_qr/uonet_qr.dart' as qr;

void main() {

	final password = '0123456789ABCDEF';
	final rawContent = 'CERT#https://api.fakelog.cf/Default/mobile-api#FK100000#ENDCERT';
	final base64Content = '27Grk6d8ZDely5eeF7j2ngWrWV9eZa5Dz9ZmuiBavysDp74TCr6EHJOs6TaIXFh3HsROWSM11pv3cPvRGSi7Nw==';

	final decoded = qr.decode(password, base64Content);

	final encoded = qr.encode(password, rawContent);
}
copied to clipboard

Tests #

$ pub run test
copied to clipboard
0
likes
30
points
23
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.09 - 2025.03.24

UONET+ QR Code converter

Repository (GitHub)

License

MIT (license)

Dependencies

encrypt

More

Packages that depend on uonet_qr