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

A Dart CLI to simplify the setting up your framework development environment, which describes and automates the steps you need to configure your computer to work on Flutter's Framework

example/lib/main.dart

import 'dart:io';

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

  await Future.wait([
    stdout.close(),
    stderr.close(),
  ]);
  exit(0);
}
4
likes
0
pub points
0%
popularity

Publisher

verified publisherflutterplaza.com

A Dart CLI to simplify the setting up your framework development environment, which describes and automates the steps you need to configure your computer to work on Flutter's Framework

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, cli_completion, mason_logger, pub_updater

More

Packages that depend on flutter_compile