knf 0.0.0
knf: ^0.0.0 copied to clipboard
KNF for Dart
example/example.dart
// This is free and unencumbered software released into the public domain.
import 'package:knf/knf.dart';
void main() {
print("Hello, world!");
}