sohan_flutter_cli 3.0.1
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
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");
}