fluzer 1.0.1 copy "fluzer: ^1.0.1" to clipboard
fluzer: ^1.0.1 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
160
points
163
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

CLI tool for scaffolding Flutter Zero template projects.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

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

More

Packages that depend on fluzer