hello_world_template 1.0.1
hello_world_template: ^1.0.1 copied to clipboard
A simple command-line package that allows you to run a helloWorld function call or sayIt method
example/main.dart
import 'package:hello_world_template/hello_world_template.dart';
void main() {
helloWorld();
HelloWorld().sayIt();
}