fluzer 1.1.3 copy "fluzer: ^1.1.3" to clipboard
fluzer: ^1.1.3 copied to clipboard

CLI tool for scaffolding Flutter Zero template projects.

example/example.dart

// Example: run fluzer programmatically
//
// Run with: dart example/example.dart create my_app

import 'package:fluzer/fluzer.dart';

void main(List<String> arguments) async {
  // The Fluzer CLI can be invoked programmatically by passing
  // the same arguments you would use on the command line.
  final exitCode = await const Fluzer().run(arguments);

  if (exitCode != 0) {
    print('fluzer exited with code $exitCode');
  }
}
1
likes
0
points
609
downloads

Documentation

Documentation

Publisher

unverified uploader

Weekly Downloads

CLI tool for scaffolding Flutter Zero template projects.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

analyzer, archive, args, codemod_recipe, dart_style, dio, mason, mason_logger, path, yaml

More

Packages that depend on fluzer