sohan_flutter_cli 2.1.0
sohan_flutter_cli: ^2.1.0 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");
}