// ignore_for_file: avoid_print import 'dart:convert'; void main(List args) { print(base64Encode(utf8.encode(args.join(" ")))); }