flutter_compile 0.10.0 copy "flutter_compile: ^0.10.0" to clipboard
flutter_compile: ^0.10.0 copied to clipboard

retracted

A CLI that automates Flutter framework, DevTools, and engine contributor environment setup — depot_tools, gclient sync, GN flags, and ninja builds.

example/lib/main.dart

import 'dart:io';

void main() async {
  await Process.run('dart', ['pub', 'global', 'activate', 'flutter_compile']);
  final result = await Process.run('flutter_compile', ['--help']);
  print(result.stdout);

  await Future.wait([
    stdout.close(),
    stderr.close(),
  ]);
  exit(0);
}
5
likes
0
points
575
downloads

Publisher

verified publisherflutterplaza.com

Weekly Downloads

A CLI that automates Flutter framework, DevTools, and engine contributor environment setup — depot_tools, gclient sync, GN flags, and ninja builds.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, cli_completion, json_rpc_2, mason_logger, pub_updater, stream_channel

More

Packages that depend on flutter_compile