sohan_flutter_cli 3.0.1 copy "sohan_flutter_cli: ^3.0.1" to clipboard
sohan_flutter_cli: ^3.0.1 copied to clipboard

A command-line tool to set up a Flutter project with predefined templates, folders, files, and dependencies.

example/main.dart

// example/main.dart

void main(List<String> arguments) async {
  // for active the cli
  print("dart pub global activate sohan_flutter_cli");

  // check the version with this command
  print("starter_temp_clean_getx version");

  // check the version with this setup
  print("starter_temp_clean_getx setup");

  // for update the cli version
  print("dart pub global activate sohan_flutter_cli");
}
2
likes
155
points
79
downloads

Publisher

unverified uploader

Weekly Downloads

A command-line tool to set up a Flutter project with predefined templates, folders, files, and dependencies.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

args, yaml, yaml_edit

More

Packages that depend on sohan_flutter_cli