basil 1.1.1+1
basil: ^1.1.1+1 copied to clipboard
A linear build system for Dart projects, designed to be lightweight and extensible.
example/lib/example.dart
// NOTE: Check pubspec.yaml for basil example.
int calculate() {
return 6 * 7;
}
copied to clipboard