convert_extensions 0.1.0 copy "convert_extensions: ^0.1.0" to clipboard
convert_extensions: ^0.1.0 copied to clipboard

Common convert methods exposed as static extensions method from the Dart core library and the convert package. Base64, ASCII, UTF8, Latin1, JSON, and more.

example/convert_extensions_example.dart

import 'package:convert_extensions/convert_extensions.dart';

void main() => print('Y29udmVydA=='.base64Decoded.utf8Decoded);
2
likes
160
points
7
downloads

Publisher

verified publisherdartside.dev

Weekly Downloads

Common convert methods exposed as static extensions method from the Dart core library and the convert package. Base64, ASCII, UTF8, Latin1, JSON, and more.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

convert

More

Packages that depend on convert_extensions