0 purchases
cloud ide widgets
cloud_ide_widgets #
Cloud IDE Widgets for Flutter
Usage #
import 'pacakge:cloud_ide_widgets/cloud_ide_widgets.dart';
executor = CloudExecutor(
host: 'your.host.com',
path: '/path',
);
String input = 'print("Hello, world!")';
String output = await executor.execute(input);
print(output);
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.